FXP(4) | Device Drivers Manual | FXP(4) |
fxp
— Intel
EtherExpress PRO/100 Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device fxp
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_fxp_load="YES"
The fxp
driver provides support for
Ethernet adapters based on the Intel i82557, i82558, i82559, i82550, and
i82562 chips. The driver supports TCP/UDP/IP checksum offload for both
transmit and receive on i82550 and i82551. On i82559 only TCP/UDP checksum
offload for receive is supported. TCP segmentation offload (TSO) for IPv4 as
well as VLAN hardware tag insertion/stripping is supported on i82550 and
i82551. Wake On Lan (WOL) support is provided on all controllers except
i82557, i82259ER and early i82558 revisions.
The fxp
driver supports the following
media types:
autoselect
10baseT/UTP
100baseTX
The fxp
driver supports the following
media options:
full-duplex
half-duplex
Note that 100baseTX media type is not available on the Pro/10. For further information on configuring this device, see ifconfig(8).
The fxp
driver supports reception and
transmission of extended frames for vlan(4). This
capability of fxp
can be controlled by means of the
vlanmtu
parameter to
ifconfig(8).
The fxp
driver also supports a special
link option:
link0
link0
flag with
ifconfig(8) will download the microcode to the chip if
it is available.Adapters supported by the fxp
driver
include:
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). The following variables are available as both loader(8) tunables and sysctl(8) variables:
The following variables are available as sysctl(8) variables.
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8)
The fxp
device driver first appeared in
FreeBSD 2.1.
The fxp
device driver was written by
David Greenman. It has then been updated to use the
busdma API and made endian-clean by Maxime Henrion.
This manual page was written by David E.
O'Brien.
November 26, 2010 | Debian |