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