|
NAMEvge —
VIA Networking Technologies Velocity Gigabit Ethernet adapter
driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device miibus
device vge Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_vge_load="YES" DESCRIPTIONThevge driver provides support for various NICs and
embedded Ethernet interfaces based on the VIA Technologies VT6120, VT6122,
VT6130 and VT6132 Velocity Family Gigabit Ethernet controller chips.
The VT6120/VT6122 is a 33/66MHz 64-bit PCI device which combines a tri-speed MAC with an integrated 10/100/1000 copper PHY. (Some older cards use an external PHY.) The VT6130/VT6132 is the PCI express version of Velocity family. The MAC supports TCP/IP hardware checksums (IPv4 only), TCP large send, VLAN tag insertion and stripping, as well as VLAN filtering, a 64-entry CAM filter and a 64-entry VLAN filter, 64-bit multicast hash filter, 4 separate transmit DMA queues, flow control and jumbo frames (not on VT6130/VT6132) up to 16K in size. The Velocity family controllers have a 16K receive FIFO and 48K transmit FIFO. The The jumbo frame support can be enabled by setting the interface MTU to any value larger than the default of 1500 bytes, up to a maximum of 9000 bytes. Jumbo frames are disabled on the VT6130/VT6132 controllers because the TX MAC will hang when trying to send a frame that is larger than 4K. The receive and transmit checksum offload support can be toggled on and off using the ifconfig(8) utility. The
The
For more information on configuring this device, see ifconfig(8). HARDWAREThevge driver supports VIA Networking VT6120, VT6122,
VT6130 and VT6132 based Gigabit Ethernet adapters including:
LOADER TUNABLESTunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
DIAGNOSTICS
SEE ALSOaltq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8)HISTORYThevge device driver first appeared in
FreeBSD 5.3.
AUTHORSThevge driver was written by Bill
Paul
<wpaul@windriver.com>.
Visit the GSP FreeBSD Man Page Interface. |