fix various bogons: copy SCSIVERBOSE option (still commented out) and ISA lc
driver to ALPHA. Also, sort them into their respective lists correctly, rather than punting completely (SCSIVERBOSE), or mis-sorting(!) (lc).
This commit is contained in:
parent
1173f77359
commit
ce0a826c55
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ALPHA,v 1.59 1997/08/24 06:37:12 cgd Exp $
|
# $NetBSD: ALPHA,v 1.60 1997/08/24 06:40:18 cgd Exp $
|
||||||
#
|
#
|
||||||
# Alpha kernel with all the options you'd want, and more.
|
# Alpha kernel with all the options you'd want, and more.
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ options EISAVERBOSE # recognize "unknown" EISA devices
|
||||||
options FIX_UNALIGNED_VAX_FP # fix unaligned VAX FP loads & stores
|
options FIX_UNALIGNED_VAX_FP # fix unaligned VAX FP loads & stores
|
||||||
#options NO_KERNEL_RCSIDS # don't include kernel file RCS IDs
|
#options NO_KERNEL_RCSIDS # don't include kernel file RCS IDs
|
||||||
options PCIVERBOSE # recognize "unknown" PCI devices
|
options PCIVERBOSE # recognize "unknown" PCI devices
|
||||||
|
#options SCSIVERBOSE # Verbose SCSI errors
|
||||||
options TCVERBOSE # recognize "unknown" TC devices
|
options TCVERBOSE # recognize "unknown" TC devices
|
||||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||||
|
|
||||||
|
@ -184,6 +185,7 @@ pms* at pcppi? # PS/2-style mouse (aux port)
|
||||||
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
||||||
com* at isa? port 0x2f8 irq 3
|
com* at isa? port 0x2f8 irq 3
|
||||||
ep* at isa? port ? irq ? # 3COM 3c509 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.)
|
#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
|
||||||
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
||||||
vga* at isa? # ISA (EISA: XXX) VGA
|
vga* at isa? # ISA (EISA: XXX) VGA
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.65 1997/08/24 06:37:15 cgd Exp $
|
# $NetBSD: GENERIC,v 1.66 1997/08/24 06:40:20 cgd Exp $
|
||||||
#
|
#
|
||||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||||
|
|
||||||
|
@ -64,9 +64,9 @@ options LKM
|
||||||
# Misc. options
|
# Misc. options
|
||||||
options EISAVERBOSE # recognize "unknown" EISA devices
|
options EISAVERBOSE # recognize "unknown" EISA devices
|
||||||
options PCIVERBOSE # recognize "unknown" PCI devices
|
options PCIVERBOSE # recognize "unknown" PCI devices
|
||||||
|
#options SCSIVERBOSE # Verbose SCSI errors
|
||||||
options TCVERBOSE # recognize "unknown" TC devices
|
options TCVERBOSE # recognize "unknown" TC devices
|
||||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||||
#options SCSIVERBOSE # Verbose SCSI errors
|
|
||||||
|
|
||||||
config netbsd root on ? type ?
|
config netbsd root on ? type ?
|
||||||
#config netbsd root on sd0 type ffs
|
#config netbsd root on sd0 type ffs
|
||||||
|
@ -148,8 +148,8 @@ pms* at pcppi? # PS/2-style mouse (aux port)
|
||||||
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
||||||
com* at isa? port 0x2f8 irq 3
|
com* at isa? port 0x2f8 irq 3
|
||||||
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
|
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
|
||||||
#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
|
|
||||||
lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||||
|
#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
|
||||||
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
||||||
vga* at isa? # ISA (EISA: XXX) VGA
|
vga* at isa? # ISA (EISA: XXX) VGA
|
||||||
awdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
|
awdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
|
||||||
|
|
Loading…
Reference in New Issue