diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-08-27 01:37:45 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 10:28:05 -0400 |
commit | 966460d822a2e7d7145261252b60aa255abe04b4 (patch) | |
tree | 3137551a45eccbdcbe120d29b6006755181253d5 | |
parent | c66fb88d8621b8c5414665ce7df2ef112156b806 (diff) |
[SCSI] qla2xxx: Correct Interrupt Register offset for ISPFX00
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mr.h b/drivers/scsi/qla2xxx/qla_mr.h index 772860bfdbfb..7b33416a2a63 100644 --- a/drivers/scsi/qla2xxx/qla_mr.h +++ b/drivers/scsi/qla2xxx/qla_mr.h | |||
@@ -344,7 +344,7 @@ struct config_info_data { | |||
344 | #define FXDISC_GET_TGT_NODE_LIST 0x81 | 344 | #define FXDISC_GET_TGT_NODE_LIST 0x81 |
345 | #define FXDISC_REG_HOST_INFO 0x99 | 345 | #define FXDISC_REG_HOST_INFO 0x99 |
346 | 346 | ||
347 | #define QLAFX00_HBA_ICNTRL_REG 0x21B08 | 347 | #define QLAFX00_HBA_ICNTRL_REG 0x20B08 |
348 | #define QLAFX00_ICR_ENB_MASK 0x80000000 | 348 | #define QLAFX00_ICR_ENB_MASK 0x80000000 |
349 | #define QLAFX00_ICR_DIS_MASK 0x7fffffff | 349 | #define QLAFX00_ICR_DIS_MASK 0x7fffffff |
350 | #define QLAFX00_HST_RST_REG 0x18264 | 350 | #define QLAFX00_HST_RST_REG 0x18264 |