Sync with GENERIC.
This commit is contained in:
parent
34bcc57619
commit
cf95587273
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NWSCONS,v 1.9 1998/09/13 23:15:46 tron Exp $
|
||||
# $NetBSD: NWSCONS,v 1.10 1998/09/29 23:18:57 matt Exp $
|
||||
#
|
||||
# like GENERIC, with new console drivers
|
||||
#
|
||||
@ -28,7 +28,7 @@ options XSERVER # X server support in console drivers
|
||||
# I/O address. see console(4) for details.
|
||||
#options "CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
|
||||
# you don't want the option below ON iff you are using the
|
||||
# serial debugger option of the new boot strap code.
|
||||
# serial console option of the new boot strap code.
|
||||
#options CONS_OVERRIDE # Always use above! independent of boot info
|
||||
|
||||
# The following options override the memory sizes passed in from the boot
|
||||
@ -278,7 +278,8 @@ lpt2 at isa? port 0x3bc
|
||||
# SCSI Controllers and Devices
|
||||
|
||||
# PCI SCSI controllers
|
||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], ULTRA SCSI
|
||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
||||
adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
bha* at pci? dev ? function ? # BusLogic 9xx SCSI
|
||||
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
|
||||
@ -311,6 +312,7 @@ wds1 at isa? port 0x358 irq 11 drq 5
|
||||
|
||||
# SCSI bus support
|
||||
scsibus* at adv?
|
||||
scsibus* at adw?
|
||||
scsibus* at aha?
|
||||
scsibus* at ahb?
|
||||
scsibus* at ahc?
|
||||
|
Loading…
Reference in New Issue
Block a user