diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-08 18:28:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-08 18:28:25 +0000 |
commit | 0889ffaff64110cd75d39d59b6da5d902830d298 (patch) | |
tree | d3c6e9266ef8f08f1a262298effcf2c7c0c401ce /sys/arch/amd64/conf/RAMDISK_CD | |
parent | acbe99a5ebc5a72df80c753c53d9269f7e4cbd20 (diff) |
Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 03c0db25410..75db699760a 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.135 2014/02/19 05:32:57 jmatthew Exp $ +# $OpenBSD: RAMDISK_CD,v 1.136 2014/03/08 18:28:23 kettenis Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -182,8 +182,9 @@ twe* at pci? # 3ware Escalade RAID controllers iha* at pci? # Initio Ultra/UltraWide SCSI controllers ips* at pci? # IBM ServeRAID controllers isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#qla* at pci? # Qlogic ISP 2[123]xx SCSI/FibreChannel -#qle* at pci? # Qlogic ISP 2[45]xx 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 #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 |