xref: /freebsd/share/man/man4/rl.4 (revision 6af83ee0d2941d18880b6aaa2b4facd1d30c6106)
1.\" Copyright (c) 1997, 1998
2.\"	Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\"    must display the following acknowledgement:
14.\"	This product includes software developed by Bill Paul.
15.\" 4. Neither the name of the author nor the names of any co-contributors
16.\"    may be used to endorse or promote products derived from this software
17.\"   without specific prior written permission.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
20.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22.\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD$
32.\"
33.Dd November 24, 2004
34.Dt RL 4
35.Os
36.Sh NAME
37.Nm rl
38.Nd RealTek 8129/8139 Fast Ethernet device driver
39.Sh SYNOPSIS
40.Cd "device miibus"
41.Cd "device rl"
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for PCI Ethernet adapters and embedded
46controllers based on the RealTek 8129 and 8139 Fast Ethernet controller
47chips.
48.Pp
49The RealTek 8129/8139 series controllers use bus master DMA but do not use a
50descriptor-based data transfer mechanism.
51The receiver uses a
52single fixed size ring buffer from which packets must be copied
53into mbufs.
54For transmission, there are only four outbound packet
55address registers which require all outgoing packets to be stored
56as contiguous buffers.
57Furthermore, outbound packet buffers must
58be longword aligned or else transmission will fail.
59.Pp
60The 8129 differs from the 8139 in that the 8139 has an internal
61PHY which is controlled through special direct access registers
62whereas the 8129 uses an external PHY via an MII bus.
63The 8139
64supports both 10 and 100Mbps speeds in either full or half duplex.
65The 8129 can support the same speeds and modes given an appropriate
66PHY chip.
67.Pp
68Note: support for the 8139C+ chip is provided by the
69.Xr re 4
70driver.
71.Pp
72The
73.Nm
74driver supports the following media types:
75.Pp
76.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
77.It autoselect
78Enable autoselection of the media type and options.
79This is only
80supported if the PHY chip attached to the RealTek controller
81supports NWAY autonegotiation.
82The user can manually override
83the autoselected mode by adding media options to the
84.Pa /etc/rc.conf
85file.
86.It 10baseT/UTP
87Set 10Mbps operation.
88The
89.Ar mediaopt
90option can also be used to select either
91.Ar full-duplex
92or
93.Ar half-duplex
94modes.
95.It 100baseTX
96Set 100Mbps (Fast Ethernet) operation.
97The
98.Ar mediaopt
99option can also be used to select either
100.Ar full-duplex
101or
102.Ar half-duplex
103modes.
104.El
105.Pp
106The
107.Nm
108driver supports the following media options:
109.Pp
110.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
111.It full-duplex
112Force full duplex operation
113.It half-duplex
114Force half duplex operation.
115.El
116.Pp
117Note that the 100baseTX media type is only available if supported
118by the adapter.
119For more information on configuring this device, see
120.Xr ifconfig 8 .
121.Sh HARDWARE
122Adapters supported by the
123.Nm
124driver include:
125.Pp
126.Bl -bullet -compact
127.It
128Accton
129.Dq Cheetah
130EN1207D (MPX 5030/5038; RealTek 8139 clone)
131.It
132Allied Telesyn AT2550
133.It
134Allied Telesyn AT2500TX
135.It
136Belkin F5D5000
137.It
138BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)
139.It
140Compaq HNE-300
141.It
142CompUSA no-name 10/100 PCI Ethernet NIC
143.It
144Corega FEther CB-TXD
145.It
146Corega FEtherII CB-TXD
147.It
148D-Link DFE-528TX
149.It
150D-Link DFE-530TX+
151.It
152D-Link DFE-538TX
153.It
154D-Link DFE-690TXD
155.It
156Edimax EP-4103DL CardBus
157.It
158Encore ENL832-TX 10/100 M PCI
159.It
160Farallon NetLINE 10/100 PCI
161.It
162Genius GF100TXR,
163.It
164GigaFast Ethernet EE100-AXP
165.It
166KTX-9130TX 10/100 Fast Ethernet
167.It
168LevelOne FPC-0106TX
169.It
170Longshine LCS-8038TX-R
171.It
172NDC Communications NE100TX-E
173.It
174Netronix Inc.\& EA-1210 NetEther 10/100
175.It
176Nortel Networks 10/100BaseTX
177.It
178OvisLink LEF-8129TX
179.It
180OvisLink LEF-8139TX
181.It
182Peppercon AG ROL-F
183.It
184Planex FNW-3800-TX
185.It
186SMC EZ Card 10/100 PCI 1211-TX
187.It
188SOHO (PRAGMATIC) UE-1211C
189.El
190.Sh DIAGNOSTICS
191.Bl -diag
192.It "rl%d: couldn't map memory"
193A fatal initialization error has occurred.
194.It "rl%d: couldn't map interrupt"
195A fatal initialization error has occurred.
196.It "rl%d: watchdog timeout"
197The device has stopped responding to the network, or there is a problem with
198the network connection (cable).
199.It "rl%d: no memory for rx list"
200The driver failed to allocate an mbuf for the receiver ring.
201.It "rl%d: no memory for tx list"
202The driver failed to allocate an mbuf for the transmitter ring when
203allocating a pad buffer or collapsing an mbuf chain into a cluster.
204.It "rl%d: chip is in D3 power state -- setting to D0"
205This message applies only to adapters which support power
206management.
207Some operating systems place the controller in low power
208mode when shutting down, and some PCI BIOSes fail to bring the chip
209out of this state before configuring it.
210The controller loses all of
211its PCI configuration in the D3 state, so if the BIOS does not set
212it back to full power mode in time, it will not be able to configure it
213correctly.
214The driver tries to detect this condition and bring
215the adapter back to the D0 (full power) state, but this may not be
216enough to return the driver to a fully operational condition.
217If
218you see this message at boot time and the driver fails to attach
219the device as a network interface, you will have to perform second
220warm boot to have the device properly configured.
221.Pp
222Note that this condition only occurs when warm booting from another
223operating system.
224If you power down your system prior to booting
225.Fx ,
226the card should be configured correctly.
227.El
228.Sh SEE ALSO
229.Xr arp 4 ,
230.Xr miibus 4 ,
231.Xr netintro 4 ,
232.Xr ng_ether 4 ,
233.Xr polling 4 ,
234.Xr ifconfig 8
235.Rs
236.%B The RealTek 8129, 8139 and 8139C+ datasheets
237.%O http://www.realtek.com.tw
238.Re
239.Sh HISTORY
240The
241.Nm
242device driver first appeared in
243.Fx 3.0 .
244.Sh AUTHORS
245The
246.Nm
247driver was written by
248.An Bill Paul Aq wpaul@ctr.columbia.edu .
249.Sh BUGS
250Since outbound packets must be longword aligned, the transmit
251routine has to copy an unaligned packet into an mbuf cluster buffer
252before transmission.
253The driver abuses the fact that the cluster buffer
254pool is allocated at system startup time in a contiguous region starting
255at a page boundary.
256Since cluster buffers are 2048 bytes, they are
257longword aligned by definition.
258The driver probably should not be
259depending on this characteristic.
260.Pp
261The RealTek data sheets are of especially poor quality,
262and there is a lot of information missing
263particularly concerning the receiver operation.
264One particularly
265important fact that the data sheets fail to mention relates to the
266way in which the chip fills in the receive buffer.
267When an interrupt
268is posted to signal that a frame has been received, it is possible that
269another frame might be in the process of being copied into the receive
270buffer while the driver is busy handling the first one.
271If the driver
272manages to finish processing the first frame before the chip is done
273DMAing the rest of the next frame, the driver may attempt to process
274the next frame in the buffer before the chip has had a chance to finish
275DMAing all of it.
276.Pp
277The driver can check for an incomplete frame by inspecting the frame
278length in the header preceding the actual packet data: an incomplete
279frame will have the magic length of 0xFFF0.
280When the driver encounters
281this value, it knows that it has finished processing all currently
282available packets.
283Neither this magic value nor its significance are
284documented anywhere in the RealTek data sheets.
285