]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/man/man4/tl.4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / man / man4 / tl.4
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 July 16, 2005
34 .Dt TL 4
35 .Os
36 .Sh NAME
37 .Nm tl
38 .Nd "Texas Instruments ThunderLAN Ethernet device driver"
39 .Sh SYNOPSIS
40 To compile this driver into the kernel,
41 place the following lines in your
42 kernel configuration file:
43 .Bd -ragged -offset indent
44 .Cd "device miibus"
45 .Cd "device tl"
46 .Ed
47 .Pp
48 Alternatively, to load the driver as a
49 module at boot time, place the following line in
50 .Xr loader.conf 5 :
51 .Bd -literal -offset indent
52 if_tl_load="YES"
53 .Ed
54 .Sh DESCRIPTION
55 The
56 .Nm
57 driver provides support for PCI Ethernet adapters based on the Texas
58 Instruments ThunderLAN Ethernet controller chip.
59 .Pp
60 The ThunderLAN controller has a standard MII interface that supports
61 up to 32 physical interface devices (PHYs).
62 It also has a built-in
63 10baseT PHY hardwired at MII address 31, which may be used in some
64 10Mbps-only hardware configurations.
65 In 100Mbps configurations, a
66 National Semiconductor DP83840A or other MII-compliant PHY may be
67 attached to the ThunderLAN's MII bus.
68 If a DP83840A or equivalent
69 is available, the ThunderLAN chip can operate at either 100Mbps or
70 10Mbps in either half-duplex or full-duplex modes.
71 The ThunderLAN's
72 built-in PHY and the DP83840A also support autonegotiation.
73 .Pp
74 The
75 .Nm
76 driver supports the following media types:
77 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
78 .It autoselect
79 Enable autoselection of the media type and options.
80 Note that this
81 option is only available on those PHYs that support autonegotiation.
82 Also, the PHY will not advertise those modes that have been explicitly
83 disabled using the following media options.
84 .It 10baseT/UTP
85 Set 10Mbps operation.
86 .It 100baseTX
87 Set 100Mbps (Fast Ethernet) operation.
88 .It 10base5/AUI
89 Enable AUI/BNC interface (useful only with the built-in PHY).
90 .El
91 .Pp
92 The
93 .Nm
94 driver supports the following media options:
95 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
96 .It full-duplex
97 Force full duplex operation.
98 .It half-duplex
99 Force half duplex operation.
100 .It hw-loopback
101 Enable hardware loopback mode.
102 .El
103 .Pp
104 Note that the 100baseTX media type is only available if supported
105 by the PHY.
106 For more information on configuring this device, see
107 .Xr ifconfig 8 .
108 .Sh HARDWARE
109 The
110 .Nm
111 driver supports Texas Instruments ThunderLAN based
112 Ethernet and Fast Ethernet adapters including a large
113 number of Compaq PCI Ethernet adapters.
114 Also supported are:
115 .Pp
116 .Bl -bullet -compact
117 .It
118 Olicom OC-2135/2138 10/100 TX UTP adapter
119 .It
120 Olicom OC-2325/OC-2326 10/100 TX UTP adapter
121 .It
122 Racore 8148 10baseT/100baseTX/100baseFX adapter
123 .It
124 Racore 8165 10/100baseTX adapter
125 .El
126 .Pp
127 The
128 .Nm
129 driver also supports the built-in Ethernet adapters of
130 various Compaq Prosignia servers and Compaq Deskpro desktop
131 machines including:
132 .Pp
133 .Bl -bullet -compact
134 .It
135 Compaq Netelligent 10
136 .It
137 Compaq Netelligent 10 T PCI UTP/Coax
138 .It
139 Compaq Netelligent 10/100
140 .It
141 Compaq Netelligent 10/100 Dual-Port
142 .It
143 Compaq Netelligent 10/100 Proliant
144 .It
145 Compaq Netelligent 10/100 TX Embedded UTP
146 .It
147 Compaq Netelligent 10/100 TX UTP
148 .It
149 Compaq NetFlex 3P
150 .It
151 Compaq NetFlex 3P Integrated
152 .It
153 Compaq NetFlex 3P w/BNC
154 .El
155 .Sh DIAGNOSTICS
156 .Bl -diag
157 .It "tl%d: couldn't map memory"
158 A fatal initialization error has occurred.
159 .It "tl%d: couldn't map interrupt"
160 A fatal initialization error has occurred.
161 .It "tl%d: device timeout"
162 The device has stopped responding to the network, or there is a problem with
163 the network connection (cable).
164 .It "tl%d: no memory for rx list"
165 The driver failed to allocate an mbuf for the receiver ring.
166 .It "tl%d: no memory for tx list"
167 The driver failed to allocate an mbuf for the transmitter ring when
168 allocating a pad buffer or collapsing an mbuf chain into a cluster.
169 .El
170 .Sh SEE ALSO
171 .Xr arp 4 ,
172 .Xr miibus 4 ,
173 .Xr netintro 4 ,
174 .Xr ng_ether 4 ,
175 .Xr ifconfig 8
176 .Sh HISTORY
177 The
178 .Nm
179 device driver first appeared in
180 .Fx 2.2 .
181 .Sh AUTHORS
182 The
183 .Nm
184 driver was written by
185 .An Bill Paul Aq wpaul@ctr.columbia.edu .