diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-12 00:44:11 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2014-03-12 00:44:11 +0000 |
commit | 75bd8096cbf79e75f94588c4f73671ca40b39d85 (patch) | |
tree | c9ebcc5c61b204d4bd1eb71a654a0eee01f77ef5 /sys/arch/sparc64 | |
parent | 5590d4f8dda28a60925bcd677710a34eca22ed03 (diff) |
enable qla(4) and qle(4) in GENERIC configs where isp(4) is already
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 0c6bc803012..e7c91a378e7 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.276 2014/03/08 18:28:24 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.277 2014/03/12 00:44:10 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -114,7 +114,7 @@ ahc* at pci? # Adaptec 2940 SCSI controllers siop* at pci? # NCR 538XX SCSI controllers isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel 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 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface @@ -399,7 +399,7 @@ dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? isp* at sbus? -#qla* at sbus? +qla* at sbus? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. |