]> err.no Git - linux-2.6/commit
[PATCH] sata_via: convert to new EH, take #3
authorTejun Heo <htejun@gmail.com>
Fri, 16 Jun 2006 06:13:53 +0000 (15:13 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 20 Jun 2006 09:12:15 +0000 (05:12 -0400)
commit40ef1d8d48e364dce689342adfdc475aa53f4808
tree56c54e99479c471a614b87de6eeeb15193453053
parentc5fa46e175ccd02803031ea071060cdb01521736
[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 <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/sata_via.c