Comment out cs device. Kernels don't compile because there is no

cfattach structure found. Leave it to the author to untangle.
This commit is contained in:
mjacob 1998-07-27 18:02:02 +00:00
parent ac70c0c5ed
commit 6ebd8cf4e3
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.84 1998/07/27 01:57:56 thorpej Exp $
# $NetBSD: ALPHA,v 1.85 1998/07/27 18:02:02 mjacob Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -204,7 +204,7 @@ pcppi* at isa? # PC prog. periph. interface
spkr0 at pcppi? # IBM BASIC emulation
com* at isa? port 0x3f8 irq 4 # standard serial ports
com* at isa? port 0x2f8 irq 3
cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
#cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.95 1998/07/27 01:57:57 thorpej Exp $
# $NetBSD: GENERIC,v 1.96 1998/07/27 18:02:03 mjacob Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -179,7 +179,7 @@ pcppi* at isa? # PC prog. periph. interface
spkr0 at pcppi? # IBM BASIC emulation
com* at isa? port 0x3f8 irq 4 # standard serial ports
com* at isa? port 0x2f8 irq 3
cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
#cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)