sata_qstor: use hardreset instead of softreset
authorTejun Heo <htejun@gmail.com>
Thu, 3 Jan 2008 15:22:19 +0000 (00:22 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 10 Jan 2008 21:52:41 +0000 (16:52 -0500)
commitb14dabcdb651ddd9f85c69c9042322c139e7da84
treec711c530196b5ac7ebdec7d475a06e41466e480f
parentfd0b45dfd1858c6b49d06355a460bcf36d654c06
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>
drivers/ata/sata_qstor.c