| TX(4) | Device Drivers Manual | TX(4) |
tx — SMC 83c17x
Fast Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device txAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_tx_load="YES"
The tx 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 tx driver provides support for the
Ethernet adapters based on the SMC 83c17x (EPIC) chips. These are mostly SMC
9432 series cards.
The tx driver supports the following media
types (depending on card's capabilities):
autoselect100baseFX100baseTX10baseT/UTP10base2/BNCThe tx driver supports the following media
options:
full-duplexThe tx driver supports oversized Ethernet
packets (up to 1600 bytes). Refer to the ifconfig(8) man
page on setting the interface's MTU.
The old “ifconfig tx0 linkN”
method of configuration is not supported.
The tx driver supports the VLAN operation
(using vlan(4) interfaces) without decreasing the MTU on
the vlan(4) interfaces.
The auto-negotiation does not work very well.
| October 24, 2018 | Debian |