summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-12-20 23:00:11 +0000
committerimp <imp@FreeBSD.org>2005-12-20 23:00:11 +0000
commit39e3e683e51edd338c8c0ae6e6d4281efe06356c (patch)
tree6d1fc889723c4443798a920a4ff34a4c715424bc /sys/i386
parent6f554574932fd9f6487f54dd0c05649778b67ed0 (diff)
downloadFreeBSD-src-39e3e683e51edd338c8c0ae6e6d4281efe06356c.zip
FreeBSD-src-39e3e683e51edd338c8c0ae6e6d4281efe06356c.tar.gz
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.
Diffstat (limited to 'sys/i386')
-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 6e4d701..fd8016a 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"
OpenPOWER on IntegriCloud