Attach cac* at pci?, ca* at cac?. Commented out where needs be.
This commit is contained in:
parent
d52bc434ce
commit
ce0c2b1962
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.311 2000/03/14 22:37:55 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.312 2000/03/16 15:05:18 ad Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.311 $"
|
||||
#ident "GENERIC-$Revision: 1.312 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -417,6 +417,9 @@ ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# RAID controllers and devices
|
||||
cac* at pci? dev ? function ? # Compaq array controller
|
||||
ca* at cac? unit ? # Compaq array disk device
|
||||
|
||||
# IDE and related devices
|
||||
# PCI IDE controllers - see pciide(4) for supported hardware.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.137 2000/02/27 20:26:07 mycroft Exp $
|
||||
# $NetBSD: INSTALL,v 1.138 2000/03/16 15:05:18 ad Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -354,6 +354,9 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# RAID controllers and devices
|
||||
cac* at pci? dev ? function ? # Compaq array controller
|
||||
ca* at cac? unit ? # Compaq array disk device
|
||||
|
||||
# IDE and related devices
|
||||
# PCI IDE controllers - see pciide(4) for supported hardware.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.45 2000/02/24 18:49:40 ad Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.46 2000/03/16 15:05:18 ad Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -311,6 +311,9 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# RAID controllers and devices
|
||||
#cac* at pci? dev ? function ? # Compaq array controller
|
||||
#ca* at cac? unit ? # Compaq array disk device
|
||||
|
||||
# IDE and related devices
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.15 2000/02/27 20:26:07 mycroft Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.16 2000/03/16 15:05:18 ad Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
@ -310,6 +310,9 @@ com2 at isa? port 0x3e8 irq 5
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# RAID controllers and devices
|
||||
#cac* at pci? dev ? function ? # Compaq array controller
|
||||
#ca* at cac? unit ? # Compaq array disk device
|
||||
|
||||
# IDE and related devices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user