diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-03-24 12:08:03 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:22:47 -0400 |
commit | 55a961581fd34632bf724dd144c0dbf740c9fede (patch) | |
tree | 2661c22da7c24213cbc73ede440f89964a5c9a00 /drivers/scsi/qla2xxx/qla_def.h | |
parent | be67e6530b006b10380a5f0c49cdf974426a22e9 (diff) |
[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.
Reflects layout and format of latest specification.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 5e7389d4010a..261c869dda22 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2481,8 +2481,9 @@ struct qla_hw_data { | |||
2481 | uint8_t fw_seriallink_options[4]; | 2481 | uint8_t fw_seriallink_options[4]; |
2482 | uint16_t fw_seriallink_options24[4]; | 2482 | uint16_t fw_seriallink_options24[4]; |
2483 | 2483 | ||
2484 | uint8_t mpi_version[4]; | 2484 | uint8_t mpi_version[3]; |
2485 | uint32_t mpi_capabilities; | 2485 | uint32_t mpi_capabilities; |
2486 | uint8_t phy_version[3]; | ||
2486 | 2487 | ||
2487 | /* Firmware dump information. */ | 2488 | /* Firmware dump information. */ |
2488 | struct qla2xxx_fw_dump *fw_dump; | 2489 | struct qla2xxx_fw_dump *fw_dump; |