mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
b21ba319dc
commit
f1458cda44
@ -18,6 +18,9 @@ config SCSI_QLA_FC
|
||||
2322, 6322 ql2322_fw.bin
|
||||
24xx, 54xx ql2400_fw.bin
|
||||
25xx ql2500_fw.bin
|
||||
2031 ql2600_fw.bin
|
||||
8031 ql8300_fw.bin
|
||||
27xx ql2700_fw.bin
|
||||
|
||||
Upon request, the driver caches the firmware image until
|
||||
the driver is unloaded.
|
||||
|
@ -5834,3 +5834,6 @@ MODULE_FIRMWARE(FW_FILE_ISP2300);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP2322);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP24XX);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP25XX);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP2031);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP8031);
|
||||
MODULE_FIRMWARE(FW_FILE_ISP27XX);
|
||||
|
Loading…
Reference in New Issue
Block a user