diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2009-02-08 19:15:03 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2009-02-08 19:15:03 +0000 |
commit | 29736578dbbd1b824c36c462505120d9b7d25fe6 (patch) | |
tree | 2c22704f54bdbe11ccbef9338af9eac810be039b /sys/arch/i386/conf | |
parent | 80c131c81f81221c157d47db229a0c86ed7e5ad1 (diff) |
Enable ips(4) on CD install media so people can try it.
ok miod@
Diffstat (limited to 'sys/arch/i386/conf')
-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 69d9a70dc97..9d48eb7c514 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.163 2009/01/07 13:23:24 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.164 2009/02/08 19:15:02 grange Exp $ machine i386 # architecture, used by config; REQUIRED @@ -231,6 +231,8 @@ twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? iha* at pci? # Initio Ultra/UltraWide SCSI controllers scsibus* at iha? +ips* at pci? # IBM ServeRAID controllers +scsibus* at ips? isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers |