diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2004-09-03 12:24:50 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2004-09-03 12:24:50 +0000 |
commit | 6138591ae4a14112afb8e758297cc95f4bf6382c (patch) | |
tree | 850fe12016217d6e3810247697aa533784beeb3e | |
parent | 1806246b434e560578673c191a40d8d6daf0971c (diff) | |
download | src-6138591ae4a14112afb8e758297cc95f4bf6382c.tar.gz src-6138591ae4a14112afb8e758297cc95f4bf6382c.zip |
- move list of supported adapters into a HARDWARE section
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=134700
-rw-r--r-- | share/man/man4/tl.4 | 67 |
1 files changed, 52 insertions, 15 deletions
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 30b076f320b9..b7bf46208099 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -30,30 +30,20 @@ .\" .\" $FreeBSD$ .\" -.Dd May 1, 1998 +.Dd September 3, 2004 .Dt TL 4 .Os .Sh NAME .Nm tl -.Nd Texas Instruments ThunderLAN ethernet device driver +.Nd Texas Instruments ThunderLAN Ethernet device driver .Sh SYNOPSIS .Cd "device miibus" .Cd "device tl" .Sh DESCRIPTION The .Nm -driver provides support for PCI ethernet adapters based on the Texas -Instruments ThunderLAN ethernet controller chip. -This includes a large -number of Compaq PCI-bus ethernet adapters as well as the integrated -ethernet controllers built in to several models of Compaq Prosignia -servers and Compaq Deskpro desktop machines (Compaq Netelligent 10, 10/100, -10/100 Dual-Port, 10/100 Proliant, 10/100 TX Embedded UTP, 10 T PCI UTP/Coax, -and 10/100 TX UTP; Compaq NetFlex 3P, 3P Integrated, and 3P w/BNC). -This driver also supports -the Olicom OC-2135/2138, OC-2325 and OC-2326 10/100 TX UTP adapters -and the Racore 8165 10/100baseTX and 8148 10baseT/100baseTX/100baseFX -multi-personality cards. +driver provides support for PCI Ethernet adapters based on the Texas +Instruments ThunderLAN Ethernet controller chip. .Pp The ThunderLAN controller has a standard MII interface that supports up to 32 physical interface devices (PHYs). @@ -83,7 +73,7 @@ disabled using the following media options. .It 10baseT/UTP Set 10Mbps operation .It 100baseTX -Set 100Mbps (fast ethernet) operation +Set 100Mbps (Fast Ethernet) operation .It 10base5/AUI Enable AUI/BNC interface (useful only with the built-in PHY). .El @@ -105,6 +95,53 @@ Note that the 100baseTX media type is only available if supported by the PHY. For more information on configuring this device, see .Xr ifconfig 8 . +.Sh HARDWARE +The +.Nm +driver supports Texas Instruments ThunderLAN based +Ethernet and Fast Ethernet adapters including a large +number of Compaq PCI Ethernet adapters. +Also supported are: +.Pp +.Bl -bullet -compact +.It +Olicom OC-2135/2138 10/100 TX UTP adapter +.It +Olicom OC-2325/OC-2326 10/100 TX UTP adapter +.It +Racore 8148 10baseT/100baseTX/100baseFX adapter +.It +Racore 8165 10/100baseTX adapter +.El +.Pp +The +.Nm +driver also supports the built-in Ethernet adapters of +various Compaq Prosignia servers and Compaq Deskpro desktop +machines including: +.Pp +.Bl -bullet -compact +.It +Compaq Netelligent 10 +.It +Compaq Netelligent 10 T PCI UTP/Coax +.It +Compaq Netelligent 10/100 +.It +Compaq Netelligent 10/100 Dual-Port +.It +Compaq Netelligent 10/100 Proliant +.It +Compaq Netelligent 10/100 TX Embedded UTP +.It +Compaq Netelligent 10/100 TX UTP +.It +Compaq NetFlex 3P +.It +Compaq NetFlex 3P Integrated +.It +Compaq NetFlex 3P w/BNC +.El .Sh DIAGNOSTICS .Bl -diag .It "tl%d: couldn't map memory" |