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/sgi/conf/RAMDISK-IP32 | |
parent | acbe99a5ebc5a72df80c753c53d9269f7e4cbd20 (diff) |
Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK-IP32')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP32 b/sys/arch/sgi/conf/RAMDISK-IP32 index 872eae441b8..6cf7bf6b79f 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP32 +++ b/sys/arch/sgi/conf/RAMDISK-IP32 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP32,v 1.21 2014/02/19 05:32:57 jmatthew Exp $ +# $OpenBSD: RAMDISK-IP32,v 1.22 2014/03/08 18:28:24 kettenis Exp $ # # THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY. @@ -68,6 +68,7 @@ pci* at macepcibr? # PCI is on pci bridge #### SCSI controllers ahc* at pci? isp* at pci? +qlw* at pci? #qla* at pci? #qle* at pci? mpi* at pci? |