diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-25 01:45:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-25 01:45:26 +0000 |
commit | 985d2f8167f7364a0282d0d4f0bfe385c952d07b (patch) | |
tree | ff5f0c7b7fa087bd846d5a046be817200fa57ef9 /sys/arch/macppc | |
parent | 7ba7448abae1993352fc392d797bbd84544c5e97 (diff) |
disable qla. there is a boot-time race
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 26a81ae396d..fe78c88ff34 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.242 2014/11/24 02:03:37 brad Exp $g +# $OpenBSD: GENERIC,v 1.243 2014/11/25 01:45:25 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,7 +62,7 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI #ami* at pci? pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI qlw* at pci? # QLogic ISP SCSI -qla* at pci? # QLogic ISP 2[123]xx FibreChannel +#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 |