Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210601
b: refs/heads/master
c: 36ed217
h: refs/heads/master
i:
  210599: 006a199
v: v3
  • Loading branch information
Stephen M. Cameron authored and James Bottomley committed Sep 2, 2010
1 parent 391f6fb commit 145798e
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: b15d05b0d358cedf9c4d420a60d2ee2d0f530788
refs/heads/master: 36ed2176fedaa180b8ea3cdacf68c958e0090a3c
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -3231,6 +3231,12 @@ static __devinit int hpsa_kdump_hard_reset_controller(struct pci_dev *pdev)
misc_fw_support = readl(&cfgtable->misc_fw_support);
use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET;

/* The doorbell reset seems to cause lockups on some Smart
* Arrays (e.g. P410, P410i, maybe others). Until this is
* fixed or at least isolated, avoid the doorbell reset.
*/
use_doorbell = 0;

rc = hpsa_controller_hard_reset(pdev, vaddr, use_doorbell);
if (rc)
goto unmap_cfgtable;
Expand Down

0 comments on commit 145798e

Please sign in to comment.