diff options
author | 2000-11-18 02:58:47 +0000 | |
---|---|---|
committer | 2000-11-18 02:58:47 +0000 | |
commit | 4464fc56c92bb6f90f18ea09bdb3c1ec609b291e (patch) | |
tree | 56c1fc698718ad1e07d575602579a68246ac1aac | |
parent | sync (diff) | |
download | wireguard-openbsd-4464fc56c92bb6f90f18ea09bdb3c1ec609b291e.tar.xz wireguard-openbsd-4464fc56c92bb6f90f18ea09bdb3c1ec609b291e.zip |
aac appears to fit
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index eea3e65e613..59179ad5594 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.24 2000/10/17 15:59:07 jason Exp $ +# $OpenBSD: RAMDISKB,v 1.25 2000/11/18 02:58:47 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -126,6 +126,8 @@ dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? 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? 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 2db0b5a24b7..647917ba25e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.25 2000/10/17 15:59:08 jason Exp $ +# $OpenBSD: RAMDISK_CD,v 1.26 2000/11/18 02:58:47 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -132,6 +132,8 @@ dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? 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? twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel |