From 225c45d81768089070d8207e46b4ad625637e52a Mon Sep 17 00:00:00 2001 From: ad Date: Sun, 4 May 2003 16:16:18 +0000 Subject: [PATCH] Enable the amr driver. --- sys/arch/i386/conf/GENERIC | 6 ++++-- sys/arch/i386/conf/INSTALL | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 61eb02604af3..a1e5ced8f266 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 ? diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 3119fd6e8fda..a438b502f138 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -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 ?