diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-09 11:36:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-09 11:36:25 +0000 |
commit | 27ae75d4dc266619cebd40247b673e6049bfae01 (patch) | |
tree | e400b848973d52f4b3cf19fd796e0aa8a3ad72d1 /sys/arch/i386/conf | |
parent | 7277e22b22afdf389149597b474c6ca23a5a7cca (diff) |
enable in kernel configs at 42%
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 30f199bef9b..7c44e4b1e36 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.246 2001/03/08 03:37:17 itojun Exp $ +# $OpenBSD: GENERIC,v 1.247 2001/03/09 11:36:23 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -204,6 +204,8 @@ twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? aac* at pci? dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac? +ami* at pci? dev ? function ? # AMI MegaRAID controllers +scsibus* at ami? cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers cac* at eisa? slot ? scsibus* at cac? diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 75075d342a9..4e535edd0eb 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.33 2001/03/06 04:57:34 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.34 2001/03/09 11:36:24 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -130,6 +130,8 @@ gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? aac* at pci? dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac? +ami* at pci? dev ? function ? # AMI MegaRAID controllers +scsibus* at ami? cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers cac* at eisa? slot ? scsibus* at cac? diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 654ae1740d5..fe160035103 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.36 2001/03/06 04:57:34 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.37 2001/03/09 11:36:24 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -172,6 +172,8 @@ gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? aac* at pci? dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac? +ami* at pci? dev ? function ? # AMI MegaRAID controllers +scsibus* at ami? cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers cac* at eisa? slot ? scsibus* at cac? |