diff options
author | Harish Zunjarrao <harish.zunjarrao@qlogic.com> | 2010-05-28 18:08:23 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:01:24 -0400 |
commit | 9c2b297572bf3cc36d26520cd8f7e7ef4cb857f8 (patch) | |
tree | d98ce47df96e627f275a88cfebfc6b18408d834b /drivers/scsi/qla2xxx/qla_def.h | |
parent | b0cd579cde8ee0c7ed52239531ba09bcbc5b54c2 (diff) |
[SCSI] qla2xxx: Support for loading Unified ROM Image (URI) format firmware file.
Used bootloder address from FLT while loading FW from flash as well.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 2895855adc9a..f0e792a82dde 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2788,6 +2788,9 @@ struct qla_hw_data { | |||
2788 | uint16_t gbl_dsd_avail; | 2788 | uint16_t gbl_dsd_avail; |
2789 | struct list_head gbl_dsd_list; | 2789 | struct list_head gbl_dsd_list; |
2790 | #define NUM_DSD_CHAIN 4096 | 2790 | #define NUM_DSD_CHAIN 4096 |
2791 | |||
2792 | uint8_t fw_type; | ||
2793 | __le32 file_prd_off; /* File firmware product offset */ | ||
2791 | }; | 2794 | }; |
2792 | 2795 | ||
2793 | /* | 2796 | /* |