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/sparc64/conf/GENERIC | |
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/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index b7a7052143d..fc83b2186ff 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.274 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: GENERIC,v 1.275 2014/02/19 05:32:57 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -113,6 +113,8 @@ malo* at pcmcia? # Marvell 88W8385 ahc* at pci? # Adaptec 2940 SCSI controllers siop* at pci? # NCR 538XX SCSI controllers 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 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface mpii* at pci? # LSI Message Passing Interface II @@ -396,6 +398,7 @@ dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? isp* at sbus? +#qla* at sbus? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. |