From: Jeff Garzik Date: Sat, 29 Oct 2005 17:58:21 +0000 (-0400) Subject: [libata] ensure ->tf_read() hook reads Status and Error registers X-Git-Tag: v2.6.15-rc1~731^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac19bff25b6834d858274406a686f2227dd8489d;p=pandora-kernel.git [libata] ensure ->tf_read() hook reads Status and Error registers We want ->tf_read() to get a complete snapshot of all taskfile registers, without requiring the callers to manually call ata_chk_status() and ata_chk_err() themselves. This also fixes a minor bug in sata_vsc where the lower bits of the feature register were incorrectly placed in the HOB (high order bits) portion of struct ata_taskfile. --- Reading git-diff-tree failed