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.
This commit is contained in:
Warner Losh 2005-12-20 23:00:11 +00:00
parent 33181681c7
commit b0493a9984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153581
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"