summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-03-09 11:36:23 +0000
committermickey <mickey@openbsd.org>2001-03-09 11:36:23 +0000
commitf2fd52cfddbb2b9e83b50d7d5f81586964f30b83 (patch)
treead51bb3e47c20d3ca31e9604a02659a971452106
parentfinal touch (diff)
downloadwireguard-openbsd-f2fd52cfddbb2b9e83b50d7d5f81586964f30b83.tar.xz
wireguard-openbsd-f2fd52cfddbb2b9e83b50d7d5f81586964f30b83.zip
enable in kernel configs at 42%
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
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?