summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-09-05 21:01:03 +0000
committerwpaul <wpaul@FreeBSD.org>1999-09-05 21:01:03 +0000
commit3489469f10c91236e7880ef77abd48ccc435503a (patch)
tree515b7a1e3972c4b27e913b91d377578841394b49 /sys/alpha
parent3bf1b4473ae66ac0e7a7c053ec9c38057781a5c5 (diff)
downloadFreeBSD-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 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 6a30b4f..daa3307 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -120,8 +120,9 @@ device le0
device mx0
device pn0
device rl0
-device ste0
device sf0
+device sis0
+device ste0
device tl0
device vr0
device wb0
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 6a30b4f..daa3307 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -120,8 +120,9 @@ device le0
device mx0
device pn0
device rl0
-device ste0
device sf0
+device sis0
+device ste0
device tl0
device vr0
device wb0
OpenPOWER on IntegriCloud