diff options
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | 2007-09-20 17:07:35 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:49:42 -0400 |
commit | b7cc176c9eb3aa6989ac099efd8bdd6d0eaa784a (patch) | |
tree | d0fb43580ecc2c84625b7bc7a3d86d2e72853a4c /drivers/scsi/qla2xxx/qla_def.h | |
parent | 338c9161e406591afbc1a6635a68d3b6d5362e00 (diff) |
[SCSI] qla2xxx: Allow region-based flash-part accesses.
Additional cleanups and
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 4af08561883d..e1e342889b2b 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2478,6 +2478,8 @@ typedef struct scsi_qla_host { | |||
2478 | #define QLA_SWAITING 0 | 2478 | #define QLA_SWAITING 0 |
2479 | #define QLA_SREADING 1 | 2479 | #define QLA_SREADING 1 |
2480 | #define QLA_SWRITING 2 | 2480 | #define QLA_SWRITING 2 |
2481 | uint32_t optrom_region_start; | ||
2482 | uint32_t optrom_region_size; | ||
2481 | 2483 | ||
2482 | /* PCI expansion ROM image information. */ | 2484 | /* PCI expansion ROM image information. */ |
2483 | #define ROM_CODE_TYPE_BIOS 0 | 2485 | #define ROM_CODE_TYPE_BIOS 0 |