diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-09-05 21:01:03 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-09-05 21:01:03 +0000 |
commit | 3489469f10c91236e7880ef77abd48ccc435503a (patch) | |
tree | 515b7a1e3972c4b27e913b91d377578841394b49 /release | |
parent | 3bf1b4473ae66ac0e7a7c053ec9c38057781a5c5 (diff) | |
download | FreeBSD-src-3489469f10c91236e7880ef77abd48ccc435503a.zip FreeBSD-src-3489469f10c91236e7880ef77abd48ccc435503a.tar.gz |
This commit adds driver support for the Silicon Integrated Systems
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.
This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/devices.c | 1 | ||||
-rw-r--r-- | release/texts/i386/HARDWARE.TXT | 3 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index f0df3a2..878e4e8 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -103,6 +103,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "pn", "Lite-On 82168/82169 PNIC PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "rl", "RealTek 8129/8139 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sf", "Adaptec AIC-6915 PCI ethernet card" }, + { DEVICE_TYPE_NETWORK, "sis", "SiS 900/SiS 7016 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "ste", "Sundance ST201 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sk", "SysKonnect PCI gigabit ethernet card" }, { DEVICE_TYPE_NETWORK, "tx", "SMC 9432TX ethernet card" }, diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT index ab863be..5911f7a 100644 --- a/release/texts/i386/HARDWARE.TXT +++ b/release/texts/i386/HARDWARE.TXT @@ -110,6 +110,7 @@ mx0 dyn dyn n/a dyn Macronix 98713/15/25 PCI based cards pn0 dyn dyn n/a dyn Lite-On PNIC PCI based cards rl0 dyn dyn n/a dyn RealTek 8129/8139 fast ethernet sf0 dyn dyn n/a dyn Adaptec AIC-6915 fast ethernet +sis0 dyn dyn n/a dyn SiS 900/SiS 7016 fast ethernet ste0 dyn dyn n/a dyn Sundance ST201 fast ethernet tl0 dyn dyn n/a dyn TI TNET100 'ThunderLAN' cards. wb0 dyn dyn n/a dyn Winbond W89C840F PCI based cards. @@ -482,6 +483,8 @@ NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX +Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs + Sundance Technologies ST201 PCI fast ethernet NICs including the following: D-Link DFE-550TX diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 68c9af3..1f5b82b 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -95,6 +95,9 @@ given rule can be given an arbitrary logging limit. [MERGED] The top-level category "security" has been added, and IPFW now uses syslog(3) to log all messages to /var/log/security. +Driver support has been added for PCI fast ethernet adapters based on +the Silicon Integrated Systems SiS 900 and SiS 7016 ethernet controllers. + 1.2. SECURITY FIXES ------------------- @@ -300,6 +303,8 @@ NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX +Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs + Sundance Technologies ST201 PCI fast ethernet NICs including the following: D-Link DFE-550TX |