diff options
author | jhb <jhb@FreeBSD.org> | 2008-09-10 18:36:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-09-10 18:36:58 +0000 |
commit | 70e9d3b33137a27e442dccec29f26e32c237e652 (patch) | |
tree | 154ab1a8d20367f2f8639bc2c495bb5dc8ce2d1a /sys/pc98/conf/NOTES | |
parent | 0d2f69ae42392dfcf96722ec8a2bcb032966316d (diff) | |
download | FreeBSD-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/pc98/conf/NOTES')
-rw-r--r-- | sys/pc98/conf/NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index efa651e..e7d5b0a 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -380,6 +380,7 @@ hint.mse.0.irq="13" # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress # 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 @@ -404,6 +405,11 @@ hint.le.0.at="isa" hint.le.0.port="0x03d0" hint.le.0.irq="6" 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 snc hint.snc.0.at="isa" hint.snc.0.port="0x888" |