Enable the amr driver.
This commit is contained in:
parent
a079c0eb98
commit
225c45d817
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.558 2003/04/26 14:10:11 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.559 2003/05/04 16:16:18 ad Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.558 $"
|
||||
#ident "GENERIC-$Revision: 1.559 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -573,6 +573,7 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
|||
|
||||
# RAID controllers and devices
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
cac* at eisa? slot ? # Compaq EISA array controllers
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
|
||||
|
@ -581,6 +582,7 @@ mlx* at eisa? slot ? # Mylex DAC960 & DEC SWXCR family
|
|||
twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
|
||||
|
||||
ld* at aac? unit ? # logical disk devices
|
||||
ld* at amr? unit ?
|
||||
ld* at cac? unit ?
|
||||
ld* at icp? unit ?
|
||||
ld* at twe? unit ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.217 2003/04/21 00:17:46 fvdl Exp $
|
||||
# $NetBSD: INSTALL,v 1.218 2003/05/04 16:16:19 ad Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -380,6 +380,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 eisa? slot ? # Compaq EISA array controllers
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
|
||||
|
@ -388,6 +389,7 @@ mlx* at eisa? slot ? # Mylex DAC960 & DEC SWXCR family
|
|||
twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
|
||||
|
||||
ld* at aac? unit ? # logical disk devices
|
||||
ld* at amr? unit ?
|
||||
ld* at cac? unit ?
|
||||
ld* at icp? unit ?
|
||||
ld* at twe? unit ?
|
||||
|
|
Loading…
Reference in New Issue