STGE(4) | Device Drivers Manual | STGE(4) |
stge
—
Sundance/Tamarack TC9021 Gigabit Ethernet adapter
driver
To 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"
The stge
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 stge
driver have
TCP/UDP/IP checksum offload for both receive and transmit, hardware VLAN tag
stripping/insertion features, and receive interrupt moderation mechanism as
well as a 64-bit multicast hash filter. The Sundance/Tamarack TC9021
supports TBI (ten bit interface) and GMII transceivers, which means it can
be used with either copper or 1000baseX fiber applications.
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 stge
driver supports the following
media types:
autoselect
10baseT/UTP
mediaopt
option can also be used to select either
full-duplex
or half-duplex
modes.100baseTX
mediaopt
option can also be used to select either
full-duplex
or half-duplex
modes.1000baseTX
autoselect
mode only.The stge
driver supports the following
media options:
full-duplex
half-duplex
For more information on configuring this device, see ifconfig(8).
The stge
driver provides support for
various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet
controller chips, including:
The following variables are available as both sysctl(8) variables and loader(8) tunables:
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8)
The stge
driver was ported from
NetBSD and first appeared in
FreeBSD 6.2. The NetBSD
version was written by Jason R. Thorpe
<thorpej@NetBSD.org>.
The stge
driver was ported by
Pyun YongHyeon
<yongari@FreeBSD.org>.
November 23, 2010 | Debian |