aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-12-20 23:00:11 +0000
committerWarner Losh <imp@FreeBSD.org>2005-12-20 23:00:11 +0000
commitb0493a998413c7d790346a0e12a0bf6fa2f5f89c (patch)
tree6d1fc889723c4443798a920a4ff34a4c715424bc /sys/pc98/conf
parent33181681c79b24b08815f339efcd0eaa87960b35 (diff)
downloadsrc-b0493a998413c7d790346a0e12a0bf6fa2f5f89c.tar.gz
src-b0493a998413c7d790346a0e12a0bf6fa2f5f89c.zip
Move device 'cs' into i386/pc98 specific NOTES. It is broken on ppc
because it uses i386 specific calls. Maybe it could be added to amd64, but I'm not so sure it would work there so I've not added it there.
Notes
Notes: svn path=/head/; revision=153581
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 1ee7b6ce4c27..91811efb85cf 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -351,6 +351,7 @@ hint.mse.0.irq="13"
# V.35/RS-232/RS-530/RS-449/X.21/G.703/E1/E3/T3/STS-1
# serial adaptor (requires sppp (default), or NETGRAPH if
# NETGRAPH_CRONYX is configured)
+# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters and pccard
# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
# HP PC Lan+, various PC Card devices
# (requires miibus)
@@ -368,6 +369,7 @@ hint.mse.0.irq="13"
device ar
device cp
+device cs
device ed
hint.ed.0.at="isa"
hint.ed.0.port="0x280"