-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Vasquez
authored and
James Bottomley
committed
Dec 14, 2005
1 parent
661537d
commit d9739d9
Showing
8 changed files
with
349 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 26a68019c86e1d1782984a7a5babff762cde1501 | ||
refs/heads/master: 5433383ef33ed40c9c8a86a4355da344234af2a5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,70 @@ | ||
config SCSI_QLA2XXX | ||
tristate | ||
default (SCSI && PCI) | ||
depends on SCSI && PCI | ||
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. | ||
|
||
config SCSI_QLA21XX | ||
tristate "QLogic ISP2100 host adapter family support" | ||
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 ql2300_fw.bin | ||
2322 ql2322_fw.bin | ||
6312, 6322 ql6312_fw.bin | ||
24xx ql2400_fw.bin | ||
|
||
Upon request, the driver caches the firmware image until | ||
the driver is unloaded. | ||
|
||
NOTE: The original method of building firmware-loader | ||
modules has been deprecated as the firmware-images will | ||
be removed from the kernel sources. | ||
|
||
config SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
bool " Use firmware-loader modules (DEPRECATED)" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
|
||
config SCSI_QLA21XX | ||
tristate " Build QLogic ISP2100 firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 21xx (ISP2100) host adapter family. | ||
|
||
config SCSI_QLA22XX | ||
tristate "QLogic ISP2200 host adapter family support" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
tristate " Build QLogic ISP2200 firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 22xx (ISP2200) host adapter family. | ||
|
||
config SCSI_QLA2300 | ||
tristate "QLogic ISP2300 host adapter family support" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
tristate " Build QLogic ISP2300 firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 2300 (ISP2300 and ISP2312) host | ||
adapter family. | ||
|
||
config SCSI_QLA2322 | ||
tristate "QLogic ISP2322 host adapter family support" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
tristate " Build QLogic ISP2322 firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 2322 (ISP2322) host adapter family. | ||
|
||
config SCSI_QLA6312 | ||
tristate "QLogic ISP63xx host adapter family support" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
tristate " Build QLogic ISP63xx firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 63xx (ISP6312 and ISP6322) host | ||
adapter family. | ||
|
||
config SCSI_QLA24XX | ||
tristate "QLogic ISP24xx host adapter family support" | ||
depends on SCSI_QLA2XXX | ||
select SCSI_FC_ATTRS | ||
select FW_LOADER | ||
tristate " Build QLogic ISP24xx firmware-module" | ||
depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | ||
---help--- | ||
This driver supports the QLogic 24xx (ISP2422 and ISP2432) host | ||
adapter family. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.