Skip site navigation (1)Skip section navigation (2)

FreeBSD Man Pages

Man Page or Keyword Search:
Man
Apropos Keyword Search (all sections) Output format
home | help
FXP(4)		       FreeBSD Kernel Interfaces Manual 		FXP(4)

NAME
     fxp -- Intel EtherExpress PRO/100 Ethernet device driver

SYNOPSIS
     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"

DESCRIPTION
     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 sup-
     ported.  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 	   Enable autoselection of the media type and options

     10baseT/UTP	   Set 10Mbps operation

     100baseTX		   Set 100Mbps (Fast Ethernet) operation

     The fxp driver supports the following media options:

     full-duplex	   Set full duplex operation

     Note that 100baseTX media type is not available on the Pro/10.  For fur-
     ther 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  Some chip revisions have loadable microcode which can be used to
	    reduce the interrupt load on the host cpu.	Not all boards have
	    microcode support.	Setting the link0 flag with ifconfig(8) will
	    download the microcode to the chip if it is available.

HARDWARE
     Adapters supported by the fxp driver include:

     +o	 Intel EtherExpress PRO/10
     +o	 Intel InBusiness 10/100
     +o	 Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter
     +o	 Intel PRO/100+ Management Adapter
     +o	 Intel PRO/100 VE Desktop Adapter
     +o	 Intel PRO/100 VM Network Connection
     +o	 Intel PRO/100 M Desktop Adapter
     +o	 Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters
     +o	 Contec C-NET(PI)-100TX (PC-98)
     +o	 NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98)
     +o	 NEC PC-9821X-B06 (PC-98)
     +o	 Many on-board network interfaces on Intel motherboards

DIAGNOSTICS
     fxp%d: couldn't map memory  A fatal initialization error has occurred.

     fxp%d: couldn't map interrupt  A fatal initialization error has occurred.

     fxp%d: Failed to malloc memory  There are not enough mbuf's available for
     allocation.

     fxp%d: device timeout  The device has stopped responding to the network,
     or there is a problem with the network connection (cable).

     fxp%d: Microcode loaded, int_delay: %d usec  bundle_max: %d  The chip has
     successfully downloaded the microcode, and changed the parameterized val-
     ues to the given settings.

SEE ALSO
     altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4),
     vlan(4), ifconfig(8)

HISTORY
     The fxp device driver first appeared in FreeBSD 2.1.

AUTHORS
     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.

FreeBSD 7.2		       December 15, 2008		   FreeBSD 7.2

NAME | SYNOPSIS | DESCRIPTION | HARDWARE | DIAGNOSTICS | SEE ALSO | HISTORY | AUTHORS

Want to link to this manual page? Use this URL:
<http://www.freebsd.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+8.0-RELEASE>

home | help