* [PATCH] scsi: qla2xxx: remove references to unavailable firmware files
@ 2025-09-25 23:08 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2025-09-25 23:08 UTC (permalink / raw)
Cc: Xose Vazquez Perez, Nilesh Javali, James E.J. Bottomley,
Martin K. Petersen, QLOGIC-ML, SCSI-ML
They are not in linux-firmware, and some(all???) of them are loaded only from flash.
This should have been done in f8ac60855ebfa and 940a7f09ad645
Cc: Nilesh Javali <njavali@marvell.com>
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: QLOGIC-ML <GR-QLogic-Storage-Upstream@marvell.com>
Cc: SCSI-ML <linux-scsi@vger.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
drivers/scsi/qla2xxx/qla_os.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index d4b484c0fd9d..e5aa4297fc0d 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -7619,12 +7619,6 @@ qla2x00_timer(struct timer_list *t)
#define FW_FILE_ISP2322 "ql2322_fw.bin"
#define FW_FILE_ISP24XX "ql2400_fw.bin"
#define FW_FILE_ISP25XX "ql2500_fw.bin"
-#define FW_FILE_ISP81XX "ql8100_fw.bin"
-#define FW_FILE_ISP82XX "ql8200_fw.bin"
-#define FW_FILE_ISP2031 "ql2600_fw.bin"
-#define FW_FILE_ISP8031 "ql8300_fw.bin"
-#define FW_FILE_ISP27XX "ql2700_fw.bin"
-#define FW_FILE_ISP28XX "ql2800_fw.bin"
static DEFINE_MUTEX(qla_fw_lock);
@@ -7636,12 +7630,6 @@ static struct fw_blob qla_fw_blobs[] = {
{ .name = FW_FILE_ISP2322, .segs = { 0x800, 0x1c000, 0x1e000, 0 }, },
{ .name = FW_FILE_ISP24XX, },
{ .name = FW_FILE_ISP25XX, },
- { .name = FW_FILE_ISP81XX, },
- { .name = FW_FILE_ISP82XX, },
- { .name = FW_FILE_ISP2031, },
- { .name = FW_FILE_ISP8031, },
- { .name = FW_FILE_ISP27XX, },
- { .name = FW_FILE_ISP28XX, },
{ .name = NULL, },
};
--
2.51.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-25 23:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 23:08 [PATCH] scsi: qla2xxx: remove references to unavailable firmware files Xose Vazquez Perez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox