From: Tejun Heo Date: Wed, 2 Apr 2008 08:35:19 +0000 (+0900) Subject: libata: ATA_12/16 doesn't fall into ATAPI_MISC X-Git-Tag: v2.6.25-rc9~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52dcc4899cf1b7601379c31542bd91cd2997a64;p=pandora-kernel.git libata: ATA_12/16 doesn't fall into ATAPI_MISC SAT passthrus don't really fit into ATAPI_MISC class. SAT passthru commands always transfer multiple of 512 bytes and variable length response is not allowed. This patch creates a separate category - ATAPI_PASS_THRU - for these. This fixes HSM violation on "hdparm -I". Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed