diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 20:30:38 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 20:30:38 +0000 |
commit | 941a39de8e0e3c0f5ecb02254d69bab9fe2b1422 (patch) | |
tree | 1fda4d3e56e9f4d2bb8b0d9fb25747852559c09d | |
parent | 9406aa93f816c16fb9d1c748ed646c1e940279bb (diff) |
Add iha (Initio SCSI)
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 1e901ae679f..50704cfa4c6 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.31 2001/02/15 04:58:08 krw Exp $ +# $OpenBSD: RAMDISK_CD,v 1.32 2001/02/15 20:30:37 krw Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -145,6 +145,8 @@ cac* at eisa? slot ? scsibus* at cac? twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? +iha* at pci? dev ? function ? # Initio Ultra/UltraWide SCSI controllers +scsibus* at iha? 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 |