diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-09-20 17:07:39 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:49:58 -0400 |
commit | b58369273956775c3e8b7bbbe152593d52762099 (patch) | |
tree | cf08d6dffb751adb75a10550d92da9ee0a3f4368 /drivers/scsi/qla2xxx/qla_dbg.h | |
parent | c3b058afaea11273835f59694f8645a89915be9c (diff) |
[SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump.
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_dbg.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.h b/drivers/scsi/qla2xxx/qla_dbg.h index cca4b0d8253e..a50ecf0b7c84 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.h +++ b/drivers/scsi/qla2xxx/qla_dbg.h | |||
@@ -215,6 +215,8 @@ struct qla24xx_fw_dump { | |||
215 | 215 | ||
216 | struct qla25xx_fw_dump { | 216 | struct qla25xx_fw_dump { |
217 | uint32_t host_status; | 217 | uint32_t host_status; |
218 | uint32_t host_risc_reg[32]; | ||
219 | uint32_t pcie_regs[4]; | ||
218 | uint32_t host_reg[32]; | 220 | uint32_t host_reg[32]; |
219 | uint32_t shadow_reg[11]; | 221 | uint32_t shadow_reg[11]; |
220 | uint32_t risc_io_reg; | 222 | uint32_t risc_io_reg; |