diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-02-19 05:32:58 +0000 |
commit | dfd623fdb87604278ec5f8086acc235228f6e588 (patch) | |
tree | 28682c454fe052a6c63101e831a62b812c8f37a2 /sys/arch/hppa | |
parent | 11de3c42f3fb7a316bbda1ae1baa1c959d707e44 (diff) |
add qla and qle everywhere we currently have isp, commented out except for
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested
and likely to be useful.
requested by deraadt@ and kettenis@, ok dlg@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index c6b4876a01e..690f56ba89a 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.154 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: GENERIC,v 1.155 2014/02/19 05:32:57 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -254,6 +254,8 @@ mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface #bha* at eisa? #bha* at pci? 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 siop* at mainbus? irq 3 # NCR 53C720 (Fast-Wide HVD) siop* at phantomas? irq 3 |