diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-17 21:35:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-17 21:35:07 +0000 |
commit | 4a84265eb1253bc6abfb8acb6293c52e6b80b16d (patch) | |
tree | 89fa3c7b36c364292ff859a11cfd0dcdfb9d8f77 /sys/arch | |
parent | 21735d7d8a0901a2129a1e8d27c76cbbc178054f (diff) |
Compaq SMART Array RAID controllers.
based on netbsd driver.
testing helps from brad@
eisa untested, but should work (;
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 59c33cced91..3a49feb27d7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.215 2000/11/17 15:13:20 aaron Exp $ +# $OpenBSD: GENERIC,v 1.216 2000/12/17 21:35:04 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -193,6 +193,9 @@ twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? aac* at pci? dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac? +cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers +cac* at eisa? slot ? +scsibus* at cac? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 59179ad5594..f2bdd3093bf 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.25 2000/11/18 02:58:47 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.26 2000/12/17 21:35:04 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -128,6 +128,9 @@ 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? +cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers +cac* at eisa? slot ? +scsibus* at cac? twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 647917ba25e..fc4743d635e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.26 2000/11/18 02:58:47 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.27 2000/12/17 21:35:05 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -134,6 +134,9 @@ 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? +cac* at pci? dev ? function ? # Compaq Smart ARRAY RAID controllers +cac* at eisa? slot ? +scsibus* at cac? twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel |