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/macppc/conf | |
parent | acbe99a5ebc5a72df80c753c53d9269f7e4cbd20 (diff) |
Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 9 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 9064b5d1f93..85eba96f4d3 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.229 2014/02/19 05:32:57 jmatthew Exp $g +# $OpenBSD: GENERIC,v 1.230 2014/03/08 18:28:24 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,9 +61,10 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI #bha* at pci? # BusLogic 9xx SCSI #ami* at pci? pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI -isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#qla* at pci? # Qlogic ISP 2[123]xx FibreChannel -#qle* at pci? # Qlogic ISP 2[45]xx FibreChannel +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 mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface arc* at pci? # Areca RAID Controllers pciide* at pci? diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 3b3a17103b4..005a62f8528 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.100 2014/02/19 05:32:57 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.101 2014/03/08 18:28:24 kettenis Exp $ # # PPC GENERIC config file # @@ -56,9 +56,10 @@ vgafb0 at pci? # PCI VGA graphics ahc* at pci? # Adaptec 294x, aic78x0 SCSI #bha* at pci? # BusLogic 9xx SCSI pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI -isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#qla* at pci? # Qlogic ISP 2[123]xx FibreChannel -#qle* at pci? # Qlogic ISP 2[45]xx FibreChannel +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 mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface arc* at pci? # Areca RAID Controllers pciide* at pci? |