Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210511
b: refs/heads/master
c: 75230ff
h: refs/heads/master
i:
  210509: 173e089
  210507: 7646647
  210503: 4374eba
  210495: 8f5fc53
v: v3
  • Loading branch information
Stephen M. Cameron authored and Jens Axboe committed Aug 23, 2010
1 parent 0da925b commit a5afb6c
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: 96aa1b419d47286db446f292cf898bb1a8b27f24
refs/heads/master: 75230ff2751e88d594a13a70eae2c146f45e323b
6 changes: 6 additions & 0 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4519,6 +4519,12 @@ static __devinit int cciss_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 = cciss_controller_hard_reset(pdev, vaddr, use_doorbell);
if (rc)
goto unmap_cfgtable;
Expand Down

0 comments on commit a5afb6c

Please sign in to comment.