2006-01-10 02:17:40 +08:00
|
|
|
config SCSI_QLA_FC
|
2005-11-10 07:49:04 +08:00
|
|
|
tristate "QLogic QLA2XXX Fibre Channel Support"
|
|
|
|
depends on PCI && SCSI
|
2014-09-17 04:47:41 +08:00
|
|
|
depends on SCSI_FC_ATTRS
|
2005-11-10 07:49:04 +08:00
|
|
|
select FW_LOADER
|
|
|
|
---help---
|
|
|
|
This qla2xxx driver supports all QLogic Fibre Channel
|
|
|
|
PCI and PCIe host adapters.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2005-11-10 07:49:04 +08:00
|
|
|
By default, firmware for the ISP parts will be loaded
|
|
|
|
via the Firmware Loader interface.
|
|
|
|
|
2006-03-10 06:27:18 +08:00
|
|
|
ISP Firmware Filename
|
|
|
|
---------- -----------------
|
|
|
|
21xx ql2100_fw.bin
|
|
|
|
22xx ql2200_fw.bin
|
|
|
|
2300, 2312, 6312 ql2300_fw.bin
|
|
|
|
2322, 6322 ql2322_fw.bin
|
2008-04-04 04:13:12 +08:00
|
|
|
24xx, 54xx ql2400_fw.bin
|
|
|
|
25xx ql2500_fw.bin
|
2005-11-10 07:49:04 +08:00
|
|
|
|
|
|
|
Upon request, the driver caches the firmware image until
|
|
|
|
the driver is unloaded.
|
|
|
|
|
2006-01-14 09:05:53 +08:00
|
|
|
Firmware images can be retrieved from:
|
|
|
|
|
2013-03-07 23:30:22 +08:00
|
|
|
http://ldriver.qlogic.com/firmware/
|
|
|
|
|
|
|
|
They are also included in the linux-firmware tree as well.
|
2012-05-16 02:34:29 +08:00
|
|
|
|
|
|
|
config TCM_QLA2XXX
|
|
|
|
tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
|
|
|
|
depends on SCSI_QLA_FC && TARGET_CORE
|
2014-09-23 01:14:33 +08:00
|
|
|
depends on LIBFC
|
2012-05-16 02:34:29 +08:00
|
|
|
select BTREE
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs
|