|
NAMEnfe —
NVIDIA nForce MCP Ethernet driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device miibus
device nfe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_nfe_load="YES" DESCRIPTIONThenfe driver supports PCI Ethernet adapters based on
the NVIDIA nForce Media and Communications Processors (MCP), such as the
nForce, nForce 2, nForce 3, CK804, MCP04, MCP51, MCP55, MCP61, MCP65, MCP67,
MCP73, MCP77 and MCP79 Ethernet controller chips.
Supported features include (hardware support provided):
Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The
The
For more information on configuring this device, see ifconfig(8). HARDWAREThenfe driver supports the following NVIDIA MCP onboard
adapters:
LOADER TUNABLESTunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
SYSCTL VARIABLESThe following sysctl(8) variables can be used to modify or monitornfe
behavior.
SEE ALSOaltq(4), arp(4), intro(4), miibus(4), netintro(4), pci(4), polling(4), rgephy(4), ifconfig(8), sysctl(8)HISTORYThenfe device driver first appeared in
OpenBSD 3.9, and then in FreeBSD
7.0.
AUTHORSThenfe driver was written by Jonathan
Gray
<jsg@openbsd.org> and
Damien Bergamini
<damien@openbsd.org>.
The nfe driver was ported to
FreeBSD by Shigeaki Tagashira
<shigeaki@se.hiroshima-u.ac.jp>.
Visit the GSP FreeBSD Man Page Interface. |