summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-07 21:15:29 +0000
committerjhb <jhb@FreeBSD.org>2002-11-07 21:15:29 +0000
commit3eba31622870483c77989f583e33b09d254b6246 (patch)
tree39f9dc834bb73fa1d11e38efa2a090e776bda942 /sys/i386/conf
parent5c733089f3f667e46f935e18c21a6b814bfb8941 (diff)
downloadFreeBSD-src-3eba31622870483c77989f583e33b09d254b6246.zip
FreeBSD-src-3eba31622870483c77989f583e33b09d254b6246.tar.gz
Move sr(4) over to i386-only as it is yet another user of kvtop().
Diffstat (limited to 'sys/i386/conf')
-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 8fc3cab..b1ec0bb 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -462,6 +462,7 @@ hint.mse.0.irq="5"
# OC-3141, OC-3540, OC-3250
# rdp: RealTek RTL 8002-based pocket ethernet adapters
# sbni: Granch SBNI12-xx ISA and PCI adapters
+# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# Order for ISA/EISA devices is important here
@@ -515,6 +516,11 @@ 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"
+hint.sr.0.irq="5"
+hint.sr.0.maddr="0xd0000"
device oltr
hint.oltr.0.at="isa"
device wl
OpenPOWER on IntegriCloud