2003-09-20 21:42:56 +00:00
|
|
|
.\" Copyright (c) 2003
|
2003-09-09 02:45:53 +00:00
|
|
|
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Bill Paul.
|
|
|
|
.\" 4. Neither the name of the author nor the names of any co-contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
|
.\" THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2004-09-04 23:54:41 +00:00
|
|
|
.Dd September 4, 2004
|
2003-09-09 02:45:53 +00:00
|
|
|
.Dt RE 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm re
|
2004-07-08 12:21:51 +00:00
|
|
|
.Nd "RealTek 8139C+/8169/8169S/8110S PCI Ethernet adapter driver"
|
2003-09-09 02:45:53 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "device miibus"
|
|
|
|
.Cd "device re"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for various NICs based on the RealTek RTL8139C+,
|
2004-09-04 23:54:41 +00:00
|
|
|
RTL8169, RTL8169S and RTL8110S PCI Ethernet controllers.
|
2003-09-09 02:45:53 +00:00
|
|
|
.Pp
|
|
|
|
NICs based on the 8139C+ are capable of 10 and 100Mbps speeds over CAT5
|
2004-07-03 18:29:24 +00:00
|
|
|
cable.
|
|
|
|
NICs based on the 8169, 8169S and 8110S are capable of 10, 100 and
|
2003-09-09 02:45:53 +00:00
|
|
|
1000Mbps operation.
|
|
|
|
.Pp
|
|
|
|
All NICs supported by the
|
|
|
|
.Nm
|
|
|
|
driver have TCP/IP checksum offload and hardware VLAN tagging/insertion
|
2004-07-03 18:29:24 +00:00
|
|
|
features, and use a descriptor-based DMA mechanism.
|
|
|
|
They are also
|
2003-09-09 02:45:53 +00:00
|
|
|
capable of TCP large send (TCP segmentation offload).
|
|
|
|
.Pp
|
|
|
|
The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
|
|
|
|
The 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY.
|
|
|
|
The 8169S and 8110S are single-chip devices containing both a 10/100/1000
|
2004-07-03 18:29:24 +00:00
|
|
|
MAC and 10/100/1000 copper PHY.
|
|
|
|
Standalone 10/100/1000 cards are available
|
|
|
|
in both 32-bit PCI and 64-bit PCI models.
|
|
|
|
The 8110S is designed for
|
2003-09-09 02:45:53 +00:00
|
|
|
embedded LAN-on-motherboard applications.
|
|
|
|
.Pp
|
|
|
|
The 8169, 8169S and 8110S also support jumbo frames, which can be configured
|
|
|
|
via the interface MTU setting.
|
|
|
|
Selecting an MTU larger than 1500 bytes with the
|
|
|
|
.Xr ifconfig 8
|
|
|
|
utility configures the adapter to receive and transmit jumbo frames.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver supports the following media types:
|
2004-07-08 12:21:51 +00:00
|
|
|
.Bl -tag -width ".Cm 10baseT/UTP"
|
2003-09-09 02:45:53 +00:00
|
|
|
.It Cm autoselect
|
|
|
|
Enable autoselection of the media type and options.
|
|
|
|
The user can manually override
|
|
|
|
the autoselected mode by adding media options to
|
|
|
|
.Xr rc.conf 5 .
|
|
|
|
.It Cm 10baseT/UTP
|
|
|
|
Set 10Mbps operation.
|
|
|
|
The
|
|
|
|
.Xr ifconfig 8
|
2004-07-08 12:21:51 +00:00
|
|
|
.Cm mediaopt
|
2003-09-09 02:45:53 +00:00
|
|
|
option can also be used to select either
|
|
|
|
.Cm full-duplex
|
|
|
|
or
|
|
|
|
.Cm half-duplex
|
|
|
|
modes.
|
|
|
|
.It Cm 100baseTX
|
2004-07-08 12:21:51 +00:00
|
|
|
Set 100Mbps (Fast Ethernet) operation.
|
2003-09-09 02:45:53 +00:00
|
|
|
The
|
|
|
|
.Xr ifconfig 8
|
2004-07-08 12:21:51 +00:00
|
|
|
.Cm mediaopt
|
2003-09-09 02:45:53 +00:00
|
|
|
option can also be used to select either
|
|
|
|
.Cm full-duplex
|
|
|
|
or
|
|
|
|
.Cm half-duplex
|
|
|
|
modes.
|
|
|
|
.It Cm 1000baseTX
|
|
|
|
Set 1000baseTX operation over twisted pair.
|
|
|
|
The RealTek gigE chips support 1000Mbps in
|
|
|
|
.Cm full-duplex
|
|
|
|
mode only.
|
|
|
|
.\" .It Cm 1000baseSX
|
2004-07-08 12:21:51 +00:00
|
|
|
.\" Set 1000Mbps (Gigabit Ethernet) operation.
|
2003-09-09 02:45:53 +00:00
|
|
|
.\" Both
|
|
|
|
.\" .Cm full-duplex
|
|
|
|
.\" and
|
|
|
|
.\" .Cm half-duplex
|
|
|
|
.\" modes are supported.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver supports the following media options:
|
2004-07-08 12:21:51 +00:00
|
|
|
.Bl -tag -width ".Cm full-duplex"
|
2003-09-09 02:45:53 +00:00
|
|
|
.It Cm full-duplex
|
|
|
|
Force full duplex operation.
|
|
|
|
.It Cm half-duplex
|
|
|
|
Force half duplex operation.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
For more information on configuring this device, see
|
|
|
|
.Xr ifconfig 8 .
|
2004-09-04 23:54:41 +00:00
|
|
|
.Sh HARDWARE
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver supports RealTek RTL8139C+, RTL8169, RTL8169S and RTL8110S
|
|
|
|
based Fast Ethernet and Gigabit Ethernet adapters including:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact
|
|
|
|
.It
|
|
|
|
Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
|
|
|
|
.It
|
|
|
|
Compaq Evo N1015v Integrated Ethernet (8139C+)
|
|
|
|
.It
|
|
|
|
Corega CG-LAPCIGT Gigabit Ethernet (8169S)
|
|
|
|
.It
|
|
|
|
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
|
|
|
|
.It
|
|
|
|
PLANEX COMMUNICATIONS Inc.\& GN-1200TC (8169S)
|
|
|
|
.It
|
|
|
|
Xterasys XN-152 10/100/1000 NIC (8169)
|
|
|
|
.El
|
2003-09-09 02:45:53 +00:00
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bl -diag
|
|
|
|
.It "re%d: couldn't map memory"
|
|
|
|
A fatal initialization error has occurred.
|
|
|
|
.It "re%d: couldn't map ports"
|
|
|
|
A fatal initialization error has occurred.
|
|
|
|
.It "re%d: couldn't map interrupt"
|
|
|
|
A fatal initialization error has occurred.
|
|
|
|
.It "re%d: no memory for softc struct!"
|
|
|
|
The driver failed to allocate memory for per-device instance information
|
|
|
|
during initialization.
|
|
|
|
.It "re%d: failed to enable memory mapping!"
|
|
|
|
The driver failed to initialize PCI shared memory mapping.
|
|
|
|
This might
|
|
|
|
happen if the card is not in a bus-master slot.
|
|
|
|
.It "re%d: no memory for jumbo buffers!"
|
|
|
|
The driver failed to allocate memory for jumbo frames during
|
|
|
|
initialization.
|
|
|
|
.It "re%d: watchdog timeout"
|
|
|
|
The device has stopped responding to the network, or there is a problem with
|
|
|
|
the network connection (cable).
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr arp 4 ,
|
2004-01-09 17:43:37 +00:00
|
|
|
.Xr miibus 4 ,
|
2003-09-09 02:45:53 +00:00
|
|
|
.Xr netintro 4 ,
|
|
|
|
.Xr ng_ether 4 ,
|
|
|
|
.Xr vlan 4 ,
|
|
|
|
.Xr ifconfig 8
|
|
|
|
.Rs
|
|
|
|
.%T RealTek Semiconductor RTL8139C+, RTL8169, RTL8169S and RTL8110S datasheets
|
2004-07-08 12:21:51 +00:00
|
|
|
.%O http://www.realtek.com.tw/
|
2003-09-09 02:45:53 +00:00
|
|
|
.Re
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver first appeared in
|
|
|
|
.Fx 5.2 .
|
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
|
|
|
.An Bill Paul Aq wpaul@windriver.com .
|
|
|
|
.Sh BUGS
|
|
|
|
The Xterasys XN-152 32-bit PCI NIC, which uses the RTL8169 MAC and
|
|
|
|
Marvell 88E1000 PHY, has a defect that causes DMA corruption
|
2004-07-03 18:29:24 +00:00
|
|
|
if the board is plugged into a 64-bit PCI slot.
|
|
|
|
The defect
|
2003-09-09 02:45:53 +00:00
|
|
|
lies in the board design, not the chip itself: the PCI REQ64# and ACK64#
|
2004-07-03 18:29:24 +00:00
|
|
|
lines should be pulled high, but they are not.
|
|
|
|
The result is that the
|
2003-09-09 02:45:53 +00:00
|
|
|
8169 chip is tricked into performing 64-bit DMA transfers even though
|
|
|
|
a 64-bit data path between the NIC and the bus does not actually exist.
|
|
|
|
.Pp
|
|
|
|
Unfortunately, it is not possible to correct this problem in software,
|
2004-07-03 18:29:24 +00:00
|
|
|
however it is possible to detect it.
|
|
|
|
When the
|
2003-09-09 02:45:53 +00:00
|
|
|
.Nm
|
|
|
|
driver is loaded, it will run a diagnostic routine designed to
|
|
|
|
validate DMA operation by placing the chip in digital loopback mode
|
2004-07-03 18:29:24 +00:00
|
|
|
and initiating a packet transmission.
|
|
|
|
If the card functions properly,
|
2003-09-09 02:45:53 +00:00
|
|
|
the transmitted data will
|
2004-07-03 18:29:24 +00:00
|
|
|
be echoed back unmodified.
|
|
|
|
If the echoed data is corrupt, the driver
|
|
|
|
will print an error message on the console and abort the device attach.
|
|
|
|
The
|
2003-09-09 02:45:53 +00:00
|
|
|
user should insure the NIC is installed in a 32-bit PCI slot to
|
|
|
|
avoid this problem.
|
|
|
|
.Pp
|
|
|
|
The RealTek 8169, 8169S and 8110S chips appear to only be capable of
|
|
|
|
transmitting jumbo frames up to 7.5K in size.
|