summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-09-10 18:36:58 +0000
committerjhb <jhb@FreeBSD.org>2008-09-10 18:36:58 +0000
commit70e9d3b33137a27e442dccec29f26e32c237e652 (patch)
tree154ab1a8d20367f2f8639bc2c495bb5dc8ce2d1a /sys/i386
parent0d2f69ae42392dfcf96722ec8a2bcb032966316d (diff)
downloadFreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.zip
FreeBSD-src-70e9d3b33137a27e442dccec29f26e32c237e652.tar.gz
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
the driver worked ok with them. Tested by: friends of yar
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 a7458f4..8caf100 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -552,6 +552,7 @@ hint.mse.0.irq="5"
# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
# nve: nVidia nForce MCP on-board Ethernet Networking
# ral: Ralink Technology IEEE 802.11 wireless adapter
+# sbni: Granch SBNI12-xx ISA and PCI adapters
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
# wl: Lucent Wavelan (ISA card only).
@@ -599,6 +600,11 @@ hint.le.0.drq="0"
device nfe # nVidia nForce MCP on-board Ethernet Networking
device nve # nVidia nForce MCP on-board Ethernet Networking
device ral
+device sbni
+hint.sbni.0.at="isa"
+hint.sbni.0.port="0x210"
+hint.sbni.0.irq="0xefdead"
+hint.sbni.0.flags="0"
device sr
hint.sr.0.at="isa"
hint.sr.0.port="0x300"
OpenPOWER on IntegriCloud