xref: /freebsd/share/man/man4/re.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1eed6f750SBill Paul.\" Copyright (c) 2003
26cee741bSBill Paul.\"	Bill Paul <wpaul@windriver.com>. All rights reserved.
36cee741bSBill Paul.\"
46cee741bSBill Paul.\" Redistribution and use in source and binary forms, with or without
56cee741bSBill Paul.\" modification, are permitted provided that the following conditions
66cee741bSBill Paul.\" are met:
76cee741bSBill Paul.\" 1. Redistributions of source code must retain the above copyright
86cee741bSBill Paul.\"    notice, this list of conditions and the following disclaimer.
96cee741bSBill Paul.\" 2. Redistributions in binary form must reproduce the above copyright
106cee741bSBill Paul.\"    notice, this list of conditions and the following disclaimer in the
116cee741bSBill Paul.\"    documentation and/or other materials provided with the distribution.
126cee741bSBill Paul.\" 3. All advertising materials mentioning features or use of this software
136cee741bSBill Paul.\"    must display the following acknowledgement:
146cee741bSBill Paul.\"	This product includes software developed by Bill Paul.
156cee741bSBill Paul.\" 4. Neither the name of the author nor the names of any co-contributors
166cee741bSBill Paul.\"    may be used to endorse or promote products derived from this software
176cee741bSBill Paul.\"   without specific prior written permission.
186cee741bSBill Paul.\"
196cee741bSBill Paul.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
206cee741bSBill Paul.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
216cee741bSBill Paul.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
226cee741bSBill Paul.\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
236cee741bSBill Paul.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
246cee741bSBill Paul.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
256cee741bSBill Paul.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
266cee741bSBill Paul.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
276cee741bSBill Paul.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
286cee741bSBill Paul.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
296cee741bSBill Paul.\" THE POSSIBILITY OF SUCH DAMAGE.
306cee741bSBill Paul.\"
31*a9a35c9eSJohannes Totz.Dd November 7, 2022
326cee741bSBill Paul.Dt RE 4
336cee741bSBill Paul.Os
346cee741bSBill Paul.Sh NAME
356cee741bSBill Paul.Nm re
3636fe3847SPyun YongHyeon.Nd "RealTek 8139C+/8169/816xS/811xS/8168/810xE/8111 PCI/PCIe Ethernet adapter driver"
376cee741bSBill Paul.Sh SYNOPSIS
3816d78bb8STom RhodesTo compile this driver into the kernel,
3916d78bb8STom Rhodesplace the following lines in your
4090296834STom Rhodeskernel configuration file:
4186e3186eSTom Rhodes.Bd -ragged -offset indent
426cee741bSBill Paul.Cd "device miibus"
436cee741bSBill Paul.Cd "device re"
4486e3186eSTom Rhodes.Ed
4586e3186eSTom Rhodes.Pp
4616d78bb8STom RhodesAlternatively, to load the driver as a
4716d78bb8STom Rhodesmodule at boot time, place the following line in
4886e3186eSTom Rhodes.Xr loader.conf 5 :
4986e3186eSTom Rhodes.Bd -literal -offset indent
5086e3186eSTom Rhodesif_re_load="YES"
5186e3186eSTom Rhodes.Ed
526cee741bSBill Paul.Sh DESCRIPTION
536cee741bSBill PaulThe
546cee741bSBill Paul.Nm
556cee741bSBill Pauldriver provides support for various NICs based on the RealTek RTL8139C+,
5636fe3847SPyun YongHyeonRTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 PCI and
57ed510fb0SBill PaulPCIe Ethernet controllers.
586cee741bSBill Paul.Pp
5936fe3847SPyun YongHyeonNICs based on the 8139C+ and 810xE are capable of 10 and 100Mbps speeds
60ed510fb0SBill Paulover CAT5 cable.
6136fe3847SPyun YongHyeonNICs based on the 8169, 816xS, 811xS, 8168 and 8111 are capable of 10, 100
6236fe3847SPyun YongHyeonand 1000Mbps operation.
636cee741bSBill Paul.Pp
646cee741bSBill PaulAll NICs supported by the
656cee741bSBill Paul.Nm
666cee741bSBill Pauldriver have TCP/IP checksum offload and hardware VLAN tagging/insertion
675203edcdSRuslan Ermilovfeatures, and use a descriptor-based DMA mechanism.
685203edcdSRuslan ErmilovThey are also
696cee741bSBill Paulcapable of TCP large send (TCP segmentation offload).
706cee741bSBill Paul.Pp
716cee741bSBill PaulThe 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
726cee741bSBill PaulThe 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY.
7336fe3847SPyun YongHyeonThe 816xS, 811xS, 8168 and 8111 are single-chip devices containing both a
7436fe3847SPyun YongHyeon10/100/1000 MAC and 10/100/1000 copper PHY.
755203edcdSRuslan ErmilovStandalone 10/100/1000 cards are available
765203edcdSRuslan Ermilovin both 32-bit PCI and 64-bit PCI models.
775203edcdSRuslan ErmilovThe 8110S is designed for
786cee741bSBill Paulembedded LAN-on-motherboard applications.
796cee741bSBill Paul.Pp
806cee741bSBill PaulThe 8169, 8169S and 8110S also support jumbo frames, which can be configured
816cee741bSBill Paulvia the interface MTU setting.
822157b8d6SJohn-Mark GurneyThe MTU is limited to 7422, since the chip cannot transmit larger frames.
836cee741bSBill PaulSelecting an MTU larger than 1500 bytes with the
846cee741bSBill Paul.Xr ifconfig 8
856cee741bSBill Paulutility configures the adapter to receive and transmit jumbo frames.
866cee741bSBill Paul.Pp
876cee741bSBill PaulThe
886cee741bSBill Paul.Nm
896cee741bSBill Pauldriver supports the following media types:
902898777bSRuslan Ermilov.Bl -tag -width ".Cm 10baseT/UTP"
916cee741bSBill Paul.It Cm autoselect
926cee741bSBill PaulEnable autoselection of the media type and options.
936cee741bSBill PaulThe user can manually override
946cee741bSBill Paulthe autoselected mode by adding media options to
956cee741bSBill Paul.Xr rc.conf 5 .
966cee741bSBill Paul.It Cm 10baseT/UTP
976cee741bSBill PaulSet 10Mbps operation.
986cee741bSBill PaulThe
996cee741bSBill Paul.Xr ifconfig 8
1002898777bSRuslan Ermilov.Cm mediaopt
1016cee741bSBill Pauloption can also be used to select either
1026cee741bSBill Paul.Cm full-duplex
1036cee741bSBill Paulor
1046cee741bSBill Paul.Cm half-duplex
1056cee741bSBill Paulmodes.
1066cee741bSBill Paul.It Cm 100baseTX
1072898777bSRuslan ErmilovSet 100Mbps (Fast Ethernet) operation.
1086cee741bSBill PaulThe
1096cee741bSBill Paul.Xr ifconfig 8
1102898777bSRuslan Ermilov.Cm mediaopt
1116cee741bSBill Pauloption can also be used to select either
1126cee741bSBill Paul.Cm full-duplex
1136cee741bSBill Paulor
1146cee741bSBill Paul.Cm half-duplex
1156cee741bSBill Paulmodes.
1166cee741bSBill Paul.It Cm 1000baseTX
1176cee741bSBill PaulSet 1000baseTX operation over twisted pair.
1186cee741bSBill PaulThe RealTek gigE chips support 1000Mbps in
1196cee741bSBill Paul.Cm full-duplex
1206cee741bSBill Paulmode only.
1216cee741bSBill Paul.\" .It Cm 1000baseSX
1222898777bSRuslan Ermilov.\" Set 1000Mbps (Gigabit Ethernet) operation.
1236cee741bSBill Paul.\" Both
1246cee741bSBill Paul.\" .Cm full-duplex
1256cee741bSBill Paul.\" and
1266cee741bSBill Paul.\" .Cm half-duplex
1276cee741bSBill Paul.\" modes are supported.
1286cee741bSBill Paul.El
1296cee741bSBill Paul.Pp
1306cee741bSBill PaulThe
1316cee741bSBill Paul.Nm
1326cee741bSBill Pauldriver supports the following media options:
1332898777bSRuslan Ermilov.Bl -tag -width ".Cm full-duplex"
1346cee741bSBill Paul.It Cm full-duplex
1356cee741bSBill PaulForce full duplex operation.
1366cee741bSBill Paul.It Cm half-duplex
1376cee741bSBill PaulForce half duplex operation.
1386cee741bSBill Paul.El
1396cee741bSBill Paul.Pp
1406cee741bSBill PaulFor more information on configuring this device, see
1416cee741bSBill Paul.Xr ifconfig 8 .
142318f7adfSChristian Brueffer.Sh HARDWARE
143318f7adfSChristian BruefferThe
144318f7adfSChristian Brueffer.Nm
14536fe3847SPyun YongHyeondriver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168,
14636fe3847SPyun YongHyeonRTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including:
147318f7adfSChristian Brueffer.Pp
148318f7adfSChristian Brueffer.Bl -bullet -compact
149318f7adfSChristian Brueffer.It
150318f7adfSChristian BruefferAlloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
151318f7adfSChristian Brueffer.It
152318f7adfSChristian BruefferCompaq Evo N1015v Integrated Ethernet (8139C+)
153318f7adfSChristian Brueffer.It
154318f7adfSChristian BruefferCorega CG-LAPCIGT Gigabit Ethernet (8169S)
155318f7adfSChristian Brueffer.It
156f62ed2dcSAnton BerezinD-Link DGE-528(T) Gigabit Ethernet (8169S)
157f62ed2dcSAnton Berezin.It
158318f7adfSChristian BruefferGigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
159318f7adfSChristian Brueffer.It
1602b2092c6SChristian BruefferLevelOne GNC-0105T (8169S)
1612b2092c6SChristian Brueffer.It
162cc2824b8SBjoern A. ZeebLinkSys EG1032 (32-bit PCI)
163cc2824b8SBjoern A. Zeeb.It
164318f7adfSChristian BruefferPLANEX COMMUNICATIONS Inc.\& GN-1200TC (8169S)
165318f7adfSChristian Brueffer.It
166938e9a89SKevin LoTP-Link TG-3468 v2 Gigabit Ethernet (8168)
167938e9a89SKevin Lo.It
16863003044SPyun YongHyeonUSRobotics USR997902 Gigabit Ethernet (8169S)
16963003044SPyun YongHyeon.It
170318f7adfSChristian BruefferXterasys XN-152 10/100/1000 NIC (8169)
171318f7adfSChristian Brueffer.El
172d66a21e9SPyun YongHyeon.Sh LOADER TUNABLES
173d66a21e9SPyun YongHyeonTunables can be set at the
174d66a21e9SPyun YongHyeon.Xr loader 8
175d66a21e9SPyun YongHyeonprompt before booting the kernel or stored in
176d66a21e9SPyun YongHyeon.Xr loader.conf 5 .
177d66a21e9SPyun YongHyeon.Bl -tag -width "xxxxxx"
178da65f7d0SPyun YongHyeon.It Va hw.re.intr_filter
179da65f7d0SPyun YongHyeonThis tunable makes driver use interrupt filter handler on
180da65f7d0SPyun YongHyeoncontrollers that support MSI/MSI-X capability.
181da65f7d0SPyun YongHyeonIf MSI/MSI-X is disabled by administrator this tunable has no
182da65f7d0SPyun YongHyeoneffect and driver will use interrupt filter handler.
183da65f7d0SPyun YongHyeonThe default value is 0 to use interrupt thread handler.
184d66a21e9SPyun YongHyeon.It Va hw.re.msi_disable
185d66a21e9SPyun YongHyeonThis tunable disables MSI support on the Ethernet hardware.
186d66a21e9SPyun YongHyeonThe default value is 0.
187da65f7d0SPyun YongHyeon.It Va hw.re.msix_disable
188da65f7d0SPyun YongHyeonThis tunable disables MSI-X support on the Ethernet hardware.
189da65f7d0SPyun YongHyeonThe default value is 0.
190239169b1SPyun YongHyeon.It Va hw.re.prefer_iomap
191239169b1SPyun YongHyeonThis tunable controls which register mapping should be used on the
192239169b1SPyun YongHyeonspecified device.
193239169b1SPyun YongHyeonA non-zero value enables I/O space register mapping.
194239169b1SPyun YongHyeonThe default value is 0 to use memory space register mapping.
195d66a21e9SPyun YongHyeon.El
196da65f7d0SPyun YongHyeon.Sh SYSCTL VARIABLES
197da65f7d0SPyun YongHyeonThe following variables are available as both
198da65f7d0SPyun YongHyeon.Xr sysctl 8
199da65f7d0SPyun YongHyeonvariables and
200da65f7d0SPyun YongHyeon.Xr loader 8
201da65f7d0SPyun YongHyeontunables:
202da65f7d0SPyun YongHyeon.Bl -tag -width "xxxxxx"
203da65f7d0SPyun YongHyeon.It Va dev.re.%d.int_rx_mod
204da65f7d0SPyun YongHyeonMaximum amount of time to delay receive interrupt processing in
205da65f7d0SPyun YongHyeonunits of 1us.
206da65f7d0SPyun YongHyeonThe accepted range is 0 to 65, the default is 65(65us).
207da65f7d0SPyun YongHyeonValue 0 completely disables the interrupt moderation.
208da65f7d0SPyun YongHyeonThe interface need to be brought down and up again before a change
209da65f7d0SPyun YongHyeontakes effect.
210da65f7d0SPyun YongHyeon.El
2116cee741bSBill Paul.Sh DIAGNOSTICS
2126cee741bSBill Paul.Bl -diag
2136cee741bSBill Paul.It "re%d: couldn't map memory"
2146cee741bSBill PaulA fatal initialization error has occurred.
2156cee741bSBill Paul.It "re%d: couldn't map ports"
2166cee741bSBill PaulA fatal initialization error has occurred.
2176cee741bSBill Paul.It "re%d: couldn't map interrupt"
2186cee741bSBill PaulA fatal initialization error has occurred.
2196cee741bSBill Paul.It "re%d: no memory for softc struct!"
2206cee741bSBill PaulThe driver failed to allocate memory for per-device instance information
2216cee741bSBill Paulduring initialization.
2226cee741bSBill Paul.It "re%d: failed to enable memory mapping!"
2236cee741bSBill PaulThe driver failed to initialize PCI shared memory mapping.
2246cee741bSBill PaulThis might
2256cee741bSBill Paulhappen if the card is not in a bus-master slot.
2266cee741bSBill Paul.It "re%d: no memory for jumbo buffers!"
2276cee741bSBill PaulThe driver failed to allocate memory for jumbo frames during
2286cee741bSBill Paulinitialization.
2296cee741bSBill Paul.It "re%d: watchdog timeout"
2306cee741bSBill PaulThe device has stopped responding to the network, or there is a problem with
2316cee741bSBill Paulthe network connection (cable).
2326cee741bSBill Paul.El
2336cee741bSBill Paul.Sh SEE ALSO
234a25ecdffSChristian Brueffer.Xr altq 4 ,
2356cee741bSBill Paul.Xr arp 4 ,
236130b84f5SChristian Brueffer.Xr miibus 4 ,
2376cee741bSBill Paul.Xr netintro 4 ,
2386cee741bSBill Paul.Xr ng_ether 4 ,
239a6c410e7SChristian Brueffer.Xr polling 4 ,
240e0fb7b7bSMarius Strobl.Xr rgephy 4 ,
2416cee741bSBill Paul.Xr vlan 4 ,
2426cee741bSBill Paul.Xr ifconfig 8
2436cee741bSBill Paul.Rs
2446cee741bSBill Paul.%T RealTek Semiconductor RTL8139C+, RTL8169, RTL8169S and RTL8110S datasheets
245f80a9407SWolfram Schneider.%U https://www.realtek.com
2466cee741bSBill Paul.Re
2476cee741bSBill Paul.Sh HISTORY
2486cee741bSBill PaulThe
2496cee741bSBill Paul.Nm
2506cee741bSBill Pauldevice driver first appeared in
2516cee741bSBill Paul.Fx 5.2 .
2526cee741bSBill Paul.Sh AUTHORS
2536cee741bSBill PaulThe
2546cee741bSBill Paul.Nm
2556cee741bSBill Pauldriver was written by
2566c899950SBaptiste Daroussin.An Bill Paul Aq Mt wpaul@windriver.com .
2576cee741bSBill Paul.Sh BUGS
2586cee741bSBill PaulThe Xterasys XN-152 32-bit PCI NIC, which uses the RTL8169 MAC and
2596cee741bSBill PaulMarvell 88E1000 PHY, has a defect that causes DMA corruption
2605203edcdSRuslan Ermilovif the board is plugged into a 64-bit PCI slot.
2615203edcdSRuslan ErmilovThe defect
2626cee741bSBill Paullies in the board design, not the chip itself: the PCI REQ64# and ACK64#
2635203edcdSRuslan Ermilovlines should be pulled high, but they are not.
2645203edcdSRuslan ErmilovThe result is that the
2656cee741bSBill Paul8169 chip is tricked into performing 64-bit DMA transfers even though
2666cee741bSBill Paula 64-bit data path between the NIC and the bus does not actually exist.
2676cee741bSBill Paul.Pp
2686cee741bSBill PaulUnfortunately, it is not possible to correct this problem in software,
2695203edcdSRuslan Ermilovhowever it is possible to detect it.
2705203edcdSRuslan ErmilovWhen the
2716cee741bSBill Paul.Nm
2726cee741bSBill Pauldriver is loaded, it will run a diagnostic routine designed to
2736cee741bSBill Paulvalidate DMA operation by placing the chip in digital loopback mode
2745203edcdSRuslan Ermilovand initiating a packet transmission.
2755203edcdSRuslan ErmilovIf the card functions properly,
2766cee741bSBill Paulthe transmitted data will
2775203edcdSRuslan Ermilovbe echoed back unmodified.
2785203edcdSRuslan ErmilovIf the echoed data is corrupt, the driver
2795203edcdSRuslan Ermilovwill print an error message on the console and abort the device attach.
2805203edcdSRuslan ErmilovThe
281e7f8dd75SRebecca Cranuser should ensure the NIC is installed in a 32-bit PCI slot to
2826cee741bSBill Paulavoid this problem.
2836cee741bSBill Paul.Pp
2846cee741bSBill PaulThe RealTek 8169, 8169S and 8110S chips appear to only be capable of
2856cee741bSBill Paultransmitting jumbo frames up to 7.5K in size.
286*a9a35c9eSJohannes Totz.Pp
287*a9a35c9eSJohannes TotzIf this driver is causing problems then an updated driver from
288*a9a35c9eSJohannes Totzthe vendor can be found in ports under net/realtek-re-kmod.
289