diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-14 05:38:32 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-14 05:38:32 +0000 |
commit | 69a48cdc00f1bdfa68b713d2fd4381bbd1e0e945 (patch) | |
tree | f458107a4a40a8ee7b3c323ee7417498cf1ac4e8 /sys/arch/amd64 | |
parent | 8bf8456aeff8f4bdb19ee6a93fa8644992424c21 (diff) |
enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 75db699760a..8dea942a380 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.136 2014/03/08 18:28:23 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.137 2014/03/14 05:38:31 jmatthew Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -183,8 +183,8 @@ iha* at pci? # Initio Ultra/UltraWide SCSI controllers ips* at pci? # IBM ServeRAID controllers isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel qlw* at pci? # QLogic ISP SCSI -#qla* at pci? # QLogic ISP 2[123]xx FibreChannel -#qle* at pci? # QLogic ISP 2[45]xx FibreChannel +qla* at pci? # QLogic ISP 2[123]xx FibreChannel +qle* at pci? # QLogic ISP 2[45]xx FibreChannel #aic* at pcmcia? # PCMCIA based aic SCSI controllers siop* at pci? # NCR 538XX SCSI controllers(new) #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI |