SIS(4) | Device Drivers Manual | SIS(4) |
sis
— SiS 900, SiS
7016 and NS DP83815/DP83816 Fast Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device sis
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_sis_load="YES"
The sis
driver provides support for PCI
Ethernet adapters and embedded controllers based on the Silicon Integrated
Systems SiS 900 and SiS 7016 Fast Ethernet controller chips.
This driver also supports adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 PCI Ethernet controller chip.
The SiS 900 is a 100Mbps Ethernet MAC and MII-compliant transceiver in a single package. It uses a bus master DMA and a scatter/gather descriptor scheme. The SiS 7016 is similar to the SiS 900 except that it has no internal PHY, requiring instead an external transceiver to be attached to its MII interface. The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter and a single perfect filter entry for the station address.
The NS DP83815 is also a 100Mbps Ethernet MAC with integrated PHY. The NatSemi chip and the SiS 900 share many of the same features and a fairly similar programming interface, hence both chips are supported by the same driver.
The sis
driver supports the following
media types:
mediaopt
option can also be used to select either
‘full-duplex’ or ‘half-duplex’ modes.mediaopt
option can also be used to select either
‘full-duplex’ or ‘half-duplex’ modes.The sis
driver supports the following
media options:
For more information on configuring this device, see ifconfig(8).
The sis
driver supports Silicon Integrated
Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded
controllers, as well as Fast Ethernet adapters based on the National
Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters
include:
The following variable is available as both sysctl(8) variable and loader(8) tunable:
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)
SiS 900 and SiS 7016 datasheets, http://www.sis.com.tw.
NatSemi DP83815 datasheet, http://www.national.com.
The sis
device driver first appeared in
FreeBSD 3.0.
The sis
driver was written by
Bill Paul
<wpaul@ee.columbia.edu>.
September 2, 2010 | Debian |