mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1104 d57e44dd-8a1f-0410-8b47-8ef2f437770f
50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
config SCSI_QLA_FC
|
|
tristate "QLogic QLA2XXX Fibre Channel Support"
|
|
depends on PCI && SCSI
|
|
select SCSI_FC_ATTRS
|
|
select FW_LOADER
|
|
---help---
|
|
This qla2xxx driver supports all QLogic Fibre Channel
|
|
PCI and PCIe host adapters.
|
|
|
|
By default, firmware for the ISP parts will be loaded
|
|
via the Firmware Loader interface.
|
|
|
|
ISP Firmware Filename
|
|
---------- -----------------
|
|
21xx ql2100_fw.bin
|
|
22xx ql2200_fw.bin
|
|
2300, 2312, 6312 ql2300_fw.bin
|
|
2322, 6322 ql2322_fw.bin
|
|
24xx, 54xx ql2400_fw.bin
|
|
25xx ql2500_fw.bin
|
|
|
|
Upon request, the driver caches the firmware image until
|
|
the driver is unloaded.
|
|
|
|
Firmware images can be retrieved from:
|
|
|
|
ftp://ftp.qlogic.com/outgoing/linux/firmware/
|
|
|
|
config SCSI_QLA2XXX_TARGET
|
|
bool "QLogic 2xxx target mode support"
|
|
depends on SCSI_QLA_FC
|
|
default y
|
|
---help---
|
|
This option enables target mode hooks used by the SCST QLA2x00tgt driver.
|
|
Once the qla2x00tgt module is loaded, target mode can be enable via a
|
|
sysfs interface under scsi_host, thus enabling target mode for specific
|
|
cards.
|
|
You will also need the SCST middle level drivers from http://scst.sf.net/.
|
|
|
|
config SCSI_QLA2XXX_TARGET_DISABLE_INI_MODE
|
|
bool "Disable initiator mode for ports with enabled target mode"
|
|
depends on SCSI_QLA2XXX_TARGET
|
|
default y
|
|
---help---
|
|
This option disables initiator mode for hosts for which target mode was
|
|
enabled. In other words, it disables possibility to use both target and
|
|
initiator mode simultaneously on the same host. It is needed, because
|
|
some switches don't handle well ports with both target and initiator
|
|
modes enabled.
|