commit | 40c6023031369ae5573e622ca54fa3ffe89fb865 | [log] [tgz] |
---|---|---|
author | Tejun Heo <[email protected]> | Thu Sep 09 17:13:31 2010 +0200 |
committer | Jeff Garzik <[email protected]> | Thu Sep 09 22:27:44 2010 -0400 |
tree | 62c254cf5d2b302cc0f961394eb269bd0bd0a3c9 | |
parent | f1f5a807b051eddd3f302e503d39214e5bde0ef2 [diff] |
libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load() Commit 978c0666 (libata: Remove excess delay in the tf_load path) removed ata_wait_idle() from ata_sff_tf_load() and via_tf_load(). This caused obscure detection problems in sata_sil. https://bugzilla.kernel.org/show_bug.cgi?id=16606 The commit was pure performance optimization. Revert it for now. Reported-by: Dieter Plaetinck <[email protected]> Reported-by: Jan Beulich <[email protected]> Bisected-by: gianluca <[email protected]> Cc: [email protected] Signed-off-by: Jeff Garzik <[email protected]>