projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1806fcd
)
[SCSI] qla2xxx: Display IPE error message for ISP82xx.
author
Chad Dupuis
<chad.dupuis@qlogic.com>
Fri, 18 Nov 2011 17:02:16 +0000
(09:02 -0800)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 12 Dec 2011 08:37:11 +0000
(12:37 +0400)
[jejb: fixup checkpatch error]
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_nx.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_nx.c
b/drivers/scsi/qla2xxx/qla_nx.c
index d2005c3c82479b29668670d9dbe58a02d37ddb17..8dd96da7870468d58aa849cd7a8185dcdc6c54d7 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_nx.c
+++ b/
drivers/scsi/qla2xxx/qla_nx.c
@@
-3858,6
+3858,11
@@
void qla82xx_watchdog(scsi_qla_host_t *vha)
QLA82XX_CRB_PEG_NET_3 + 0x3c),
qla82xx_rd_32(ha,
QLA82XX_CRB_PEG_NET_4 + 0x3c));
+ if (LSW(MSB(halt_status)) == 0x67)
+ ql_log(ql_log_warn, vha, 0xb052,
+ "Firmware aborted with "
+ "error code 0x00006700. Device is "
+ "being reset.\n");
if (halt_status & HALT_STATUS_UNRECOVERABLE) {
set_bit(ISP_UNRECOVERABLE,
&vha->dpc_flags);