TL(4) | Device Drivers Manual | TL(4) |
tl
— Texas
Instruments ThunderLAN Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device tl
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_tl_load="YES"
The tl
driver is not present in
FreeBSD 13.0 and later. See
https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
information.
The tl
driver provides support for PCI
Ethernet adapters based on the Texas Instruments ThunderLAN Ethernet
controller chip.
The ThunderLAN controller has a standard MII interface that supports up to 32 physical interface devices (PHYs). It also has a built-in 10baseT PHY hardwired at MII address 31, which may be used in some 10Mbps-only hardware configurations. In 100Mbps configurations, a National Semiconductor DP83840A or other MII-compliant PHY may be attached to the ThunderLAN's MII bus. If a DP83840A or equivalent is available, the ThunderLAN chip can operate at either 100Mbps or 10Mbps in either half-duplex or full-duplex modes. The ThunderLAN's built-in PHY and the DP83840A also support autonegotiation.
The tl
driver supports the following media
types:
The tl
driver supports the following media
options:
Note that the 100baseTX media type is only available if supported by the PHY. For more information on configuring this device, see ifconfig(8).
The tl
driver supports Texas Instruments
ThunderLAN based Ethernet and Fast Ethernet adapters including a large
number of Compaq PCI Ethernet adapters. Also supported are:
The tl
driver also supports the built-in
Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro
desktop machines including:
The tl
device driver first appeared in
FreeBSD 2.2.
The tl
driver was written by
Bill Paul
<wpaul@ctr.columbia.edu>.
October 24, 2018 | Debian |