Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292943
b: refs/heads/master
c: f55bfc8
h: refs/heads/master
i:
  292941: 8af36fb
  292939: f0e0b6e
  292935: f17f276
  292927: 5c2b26f
v: v3
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Feb 19, 2012
1 parent 245c3b5 commit fff6b43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8faa263e6300567774f82b79144aca6cdaad983
refs/heads/master: f55bfc88f74830fa6ea334687732a69fe7caf81f
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
"mb[0] = 0x%x.\n", mb0);
ql_dump_regs(ql_dbg_mbx + ql_dbg_buffer, vha, 0x1019);

/*
* Attempt to capture a firmware dump for further analysis
* of the current firmware state
*/
ha->isp_ops->fw_dump(vha, 0);

rval = QLA_FUNCTION_TIMEOUT;
}

Expand Down

0 comments on commit fff6b43

Please sign in to comment.