aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
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/i386/conf/NOTES
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/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6e4d70190250..fd8016aaa6f9 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -497,6 +497,7 @@ hint.mse.0.irq="5"
# 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
# ctau: Cronyx Tau sync dual port V.35/RS-232/RS-530/RS-449/X.21/G.703/E1
# serial adaptor (requires sppp (default), or NETGRAPH if
# NETGRAPH_CRONYX is configured)
@@ -529,6 +530,9 @@ hint.arl.0.at="isa"
hint.arl.0.irq="9"
hint.arl.0.maddr="0xd0000"
device cp
+device cs
+hint.cs.0.at="isa"
+hint.cs.0.port="0x300"
device ctau
hint.ctau.0.at="isa"
hint.ctau.0.port="0x240"