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/amd64 | |
parent | 5590d4f8dda28a60925bcd677710a34eca22ed03 (diff) |
enable qla(4) and qle(4) in GENERIC configs where isp(4) is already
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 56163b3e90f..956e6d64b84 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.361 2014/03/08 18:28:23 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.362 2014/03/12 00:44:10 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -359,7 +359,7 @@ iha* at pci? # Initio Ultra/UltraWide SCSI controllers ips* at pci? # IBM ServeRAID 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 aic* at pcmcia? # PCMCIA Adaptec 152[02] SCSI #esp* at pcmcia? # PCMCIA based NCR 53C9X SCSI |