Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1458cda authored by Sawan Chandak's avatar Sawan Chandak Committed by James Bottomley
Browse files

qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.

parent b21ba319
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.
+3 −0
Original line number Diff line number Diff line
@@ -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);