man.bsd.lv manual page server

Manual Page Search Parameters

NFE(4) Device Drivers Manual NFE(4)

nfeNVIDIA nForce MCP 10/100/Gigabit Ethernet driver

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

The nfe 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.

The nfe driver supports the following media types:

Enable autoselection of the media type and options.
Set 10Mbps operation.
Set 100Mbps (Fast Ethernet) operation.
Set 1000Mbps (Gigabit Ethernet) operation (recent models only).

The following per-interface variables are implemented in the dev.nfe. branch of the sysctl(3) MIB. Loader tunables with the same names, but using the prefix hw.nfe are also implemented, they apply to all nfe interfaces in system and can be set in loader.conf(5).

imtimer
Interrupt moderation time (unit: microseconds). The default value is -125. A value of 0 means disabled. A negative value, -Y, means hardware timer simulated interrupt moderation, the simulated interrupt moderation timer will be set to Y. A positive valye, Y, means hardware timer only interrupt moderation, hardware timer will be set to Y. Value can be tuned when the interface is running. Positive values in the range 64-128 seems to be a reasonable.
rx_ring_count
RX ring count. sysctl node is read-only. The default value is 128. With heavier interrupt moderation (eg. imtimer=-250), it is recommended to increase rx_ring_count (eg. to 512).
tx_ring_count
TX ring count. sysctl node is read-only. The default value is 256.

For more information on configuring this device, see ifconfig(8). The nfe driver supports polling(4).

arp(4), ifmedia(4), intro(4), miibus(4), netintro(4), pci(4), polling(4), vlan(4), loader.conf(5), ifconfig(8)

The nfe device driver first appeared in OpenBSD 3.9 and was imported into DragonFly 1.7.

The nfe driver was written by Jonathan Gray <jsg@openbsd.org> and Damien Bergamini <damien@openbsd.org>. It was ported to DragonFly by Sepherosa Ziehau <sepherosa@gmail.com>.

NVIDIA refuse to release any documentation on their products.

November 28, 2014 DragonFly-5.6.1