commit | b14dabcdb651ddd9f85c69c9042322c139e7da84 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Jan 04 00:22:19 2008 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Jan 10 16:52:41 2008 -0500 |
tree | c711c530196b5ac7ebdec7d475a06e41466e480f | |
parent | fd0b45dfd1858c6b49d06355a460bcf36d654c06 [diff] |
sata_qstor: use hardreset instead of softreset During conversion to new EH, sata_qstor was accidentaly changed to use softreset, which is buggy on this chip, instead of hardreset. This patch updates sata_qstor such that it uses hardreset again. This fixes bugzilla bug 9631. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Mark Lord <mlord@pobox.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>