mirror of https://gitee.com/openkylin/linux.git
[SCSI] qla4xxx: Add new FLT firmware region
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>
This commit is contained in:
parent
1379c254ec
commit
938239560c
|
@ -306,6 +306,7 @@ struct qla_flt_header {
|
||||||
#define FLT_REG_FLT 0x1c
|
#define FLT_REG_FLT 0x1c
|
||||||
#define FLT_REG_BOOTLOAD_82 0x72
|
#define FLT_REG_BOOTLOAD_82 0x72
|
||||||
#define FLT_REG_FW_82 0x74
|
#define FLT_REG_FW_82 0x74
|
||||||
|
#define FLT_REG_FW_82_1 0x97
|
||||||
#define FLT_REG_GOLD_FW_82 0x75
|
#define FLT_REG_GOLD_FW_82 0x75
|
||||||
#define FLT_REG_BOOT_CODE_82 0x78
|
#define FLT_REG_BOOT_CODE_82 0x78
|
||||||
#define FLT_REG_ISCSI_PARAM 0x65
|
#define FLT_REG_ISCSI_PARAM 0x65
|
||||||
|
|
|
@ -2015,6 +2015,7 @@ qla4_8xxx_get_flt_info(struct scsi_qla_host *ha, uint32_t flt_addr)
|
||||||
hw->flt_region_boot = start;
|
hw->flt_region_boot = start;
|
||||||
break;
|
break;
|
||||||
case FLT_REG_FW_82:
|
case FLT_REG_FW_82:
|
||||||
|
case FLT_REG_FW_82_1:
|
||||||
hw->flt_region_fw = start;
|
hw->flt_region_fw = start;
|
||||||
break;
|
break;
|
||||||
case FLT_REG_BOOTLOAD_82:
|
case FLT_REG_BOOTLOAD_82:
|
||||||
|
|
Loading…
Reference in New Issue