From: Tejun Heo Date: Fri, 16 Jun 2006 06:13:53 +0000 (+0900) Subject: [PATCH] sata_via: convert to new EH, take #3 X-Git-Tag: v2.6.18-rc1~1079^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ef1d8d48e364dce689342adfdc475aa53f4808;p=pandora-kernel.git [PATCH] sata_via: convert to new EH, take #3 Convert sata_via to new EH. vt6420 used ATA_FLAG_SRST while vt6421 used ATA_FLAG_SATA_RESET. This difference seems to be an accident rather than intended. This patch makes both flavors use ata_bmdma_error_handler() which makes use of both SRST and SATA hardreset. This behavior change is intended and if it breaks anything, it should be very easy to spot. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed