[SCSI] qla4xxx: Add new FLT firmware region
authorNilesh Javali <nilesh.javali@qlogic.com>
Fri, 7 Oct 2011 23:55:39 +0000 (16:55 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 16 Oct 2011 16:06:54 +0000 (11:06 -0500)
Signed-off-by: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_fw.h
drivers/scsi/qla4xxx/ql4_nx.c

index 0e24c7a..597875f 100644 (file)
@@ -306,6 +306,7 @@ struct qla_flt_header {
 #define FLT_REG_FLT            0x1c
 #define FLT_REG_BOOTLOAD_82    0x72
 #define FLT_REG_FW_82          0x74
+#define FLT_REG_FW_82_1                0x97
 #define FLT_REG_GOLD_FW_82     0x75
 #define FLT_REG_BOOT_CODE_82   0x78
 #define FLT_REG_ISCSI_PARAM    0x65
index a539e17..84c254a 100644 (file)
@@ -2015,6 +2015,7 @@ qla4_8xxx_get_flt_info(struct scsi_qla_host *ha, uint32_t flt_addr)
                        hw->flt_region_boot = start;
                        break;
                case FLT_REG_FW_82:
+               case FLT_REG_FW_82_1:
                        hw->flt_region_fw = start;
                        break;
                case FLT_REG_BOOTLOAD_82: