From b0493a998413c7d790346a0e12a0bf6fa2f5f89c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 20 Dec 2005 23:00:11 +0000 Subject: [PATCH] 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. --- sys/conf/NOTES | 4 ---- sys/i386/conf/NOTES | 4 ++++ sys/pc98/conf/NOTES | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 27bb2e4b0569..250d71ae9a66 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1701,7 +1701,6 @@ device miibus # cm: Arcnet SMC COM90c26 / SMC COM90c56 # (and SMC COM90c66 in '56 compatibility mode) adapters. # cnw: Xircom CNW/Netware Airsurfer PC Card adapter -# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters # dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143 # and various workalikes including: # the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics @@ -1804,9 +1803,6 @@ hint.cm.0.at="isa" hint.cm.0.port="0x2e0" hint.cm.0.irq="9" hint.cm.0.maddr="0xdc000" -device cs -hint.cs.0.at="isa" -hint.cs.0.port="0x300" device ep device ex device fe 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" 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"