ste(4) | Sundance Technologies ST201 Fast Ethernet device driver |
if_ste, ste(4) | Sundance Technologies ST201 Fast Ethernet device driver |
STE(4) | MidnightBSD Kernel Interfaces Manual | STE(4) |
ste
— Sundance
Technologies ST201 Fast Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device ste
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_ste_load="YES"
The ste
driver provides support for PCI
Ethernet adapters and embedded controllers based on the Sundance
Technologies ST201 PCI Fast Ethernet controller chip.
The Sundance ST201 uses bus master DMA and is designed to be a 3Com Etherlink XL workalike. It uses the same DMA descriptor structure and is very similar in operation, however its register layout is different. The ST201 has a 64-bit multicast hash filter and a single perfect filter entry for the station address. It supports both 10 and 100Mbps speeds in either full or half duplex using an MII transceiver.
The ste
driver supports the following
media types:
The ste
driver supports the following
media options:
For more information on configuring this device, see ifconfig(8).
The ste
driver supports Sundance
Technologies ST201 based Fast Ethernet adapters and embedded controllers
including:
The following variables are available as both sysctl(8) variables and loader(8) tunables:
Note that this condition only occurs when warm booting from another operating system. If you power down your system prior to booting FreeBSD, the card should be configured correctly.
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8)
Sundance ST201 data sheet, http://www.sundanceti.com.
The ste
device driver first appeared in
FreeBSD 3.0.
The ste
driver was written by
Bill Paul
<wpaul@ee.columbia.edu>.
December 24, 2009 | midnightbsd-3.1 |