|
NAMEstge —
Sundance/Tamarack TC9021 Gigabit Ethernet adapter driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device miibus
device stge Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_stge_load="YES" DESCRIPTIONThestge device driver provides support for various NICs
based on the Sundance/Tamarack TC9021 Gigabit Ethernet controller chip.
The Sundance/Tamarack TC9021 is found on the D-Link DGE-550T and the Antares Microsystems Gigabit Ethernet board. It uses an external PHY or an external 10-bit interface. All NICs supported by the The Sundance/Tamarack TC9021 also supports jumbo frames, which can be configured 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). HARDWAREThestge driver provides support for various NICs based
on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips,
including:
SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
SEE ALSOaltq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8)HISTORYThestge driver was ported from
NetBSD and first appeared in FreeBSD
6.2. The NetBSD version was written by
Jason R. Thorpe
<thorpej@NetBSD.org>.
AUTHORSThestge driver was ported by Pyun
YongHyeon
<yongari@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |