summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2001-11-21 22:29:35 +0000
committerfjoe <fjoe@FreeBSD.org>2001-11-21 22:29:35 +0000
commitf5a400b0034253be88cea06dcdeb96afc1f029c2 (patch)
tree1e12ede9670edc3c063e4b4fc7ca84d92a089c49 /sys/i386
parent1fb8e0e55041f0da6e8f74611a1d1bc2fdcd4115 (diff)
downloadFreeBSD-src-f5a400b0034253be88cea06dcdeb96afc1f029c2.zip
FreeBSD-src-f5a400b0034253be88cea06dcdeb96afc1f029c2.tar.gz
Add driver for Granch SBNI12-xx ISA and PCI network adapters.
MFC after: 1 week
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e56a06e..3a436c0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1723,6 +1723,7 @@ device miibus
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540, OC-3250
# rdp: RealTek RTL 8002-based pocket ethernet adapters
+# sbni: Granch SBNI12-xx ISA and PCI adapters
# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
# PCnet/Home. These were previously handled by the lnc driver (and
@@ -1841,6 +1842,11 @@ hint.rdp.0.at="isa"
hint.rdp.0.port="0x378"
hint.rdp.0.irq="7"
hint.rdp.0.flags="2"
+device sbni 1
+hint.sbni.0.at="isa"
+hint.sbni.0.port="0x210"
+hint.sbni.0.irq="0xefdead"
+hint.sbni.0.flags="0"
device sr 1
hint.sr.0.at="isa"
hint.sr.0.port="0x300"
OpenPOWER on IntegriCloud