summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 19:27:09 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 19:27:09 +0000
commit1d44bd117ed3bd2164108a1fee3ef8f9bc031780 (patch)
tree53230e00f8d1850e3c5e4361d7ec0b3ccc65135b /sys/i386/conf
parent32917739e2014fcb9721cda24fad75cb7d7be0e2 (diff)
downloadFreeBSD-src-1d44bd117ed3bd2164108a1fee3ef8f9bc031780.zip
FreeBSD-src-1d44bd117ed3bd2164108a1fee3ef8f9bc031780.tar.gz
Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==
sizeof(void *) assumptions and doesn't use busdma yet (it uses kvtop() which is not an MI interface). Recommended by: jake, mux
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 55ac2bf..b04a5d7 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -423,6 +423,8 @@ hint.mse.0.irq="5"
# Network interfaces:
#
+# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
+# (requires sppp)
# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
# el: 3Com 3C501 (slow!)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
@@ -439,6 +441,11 @@ hint.mse.0.irq="5"
# Order for ISA/EISA devices is important here
+device ar
+hint.ar.0.at="isa"
+hint.ar.0.port="0x300"
+hint.ar.0.irq="10"
+hint.ar.0.maddr="0xd0000"
device cx 1
hint.cx.0.at="isa"
hint.cx.0.port="0x240"
OpenPOWER on IntegriCloud