Enable aac(4) and ld at aac.
This commit is contained in:
parent
ffe5a7921a
commit
98fa060bce
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.143 2007/05/15 17:53:44 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.144 2007/05/26 03:02:02 briggs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.143 $"
|
||||
#ident "GENERIC-$Revision: 1.144 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -437,7 +437,7 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
|||
|
||||
|
||||
# RAID controllers and devices
|
||||
#aac* at pci? dev ? function ? # Broken -- 32bit assumptions.
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
ciss* at pci? dev ? function ? # HP Smart Array controllers
|
||||
|
@ -446,6 +446,7 @@ mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
|
|||
twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
|
||||
twa* at pci? dev ? function ? # 3ware Escalade 9xxx RAID controllers
|
||||
|
||||
ld* at aac? unit ?
|
||||
ld* at amr? unit ?
|
||||
ld* at cac? unit ?
|
||||
ld* at icp? unit ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.69 2007/05/15 17:53:44 bouyer Exp $
|
||||
# $NetBSD: INSTALL,v 1.70 2007/05/26 03:02:03 briggs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.69 $"
|
||||
#ident "INSTALL-$Revision: 1.70 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -316,6 +316,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|||
|
||||
|
||||
# RAID controllers and devices
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
ciss* at pci? dev ? function ? # HP Smart Array controllers
|
||||
|
@ -324,6 +325,7 @@ mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
|
|||
twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
|
||||
twa* at pci? dev ? function ? # 3ware Escalade 9xxx RAID controllers
|
||||
|
||||
ld* at aac? unit ?
|
||||
ld* at amr? unit ?
|
||||
ld* at cac? unit ?
|
||||
ld* at icp? unit ?
|
||||
|
|
Loading…
Reference in New Issue