OSDN Git Service

[PATCH] libata: convert several bmdma-style controllers to new EH, take #3
authorTejun Heo <htejun@gmail.com>
Fri, 16 Jun 2006 06:00:18 +0000 (15:00 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 20 Jun 2006 09:12:15 +0000 (05:12 -0400)
commitd7a80dad2fe19a2b8c119c8e9cba605474a75a2b
treeb32a32f95bc40f7fa4dbc1f127213aaa75e96ca9
parent40ef1d8d48e364dce689342adfdc475aa53f4808
[PATCH] libata: convert several bmdma-style controllers to new EH, take #3

Convert sata_sis, svw, uli and vsc drivers to new EH.  All the drivers
used to specify ATA_FLAG_SATA_RESET to tell libata to use SATA
hardreset instead of SRST.  This patch makes all the converted drivers
use the standard bmdma error handler which uses both SRST and SATA
hardreset.

All the controllers should be able to perform SRST but still needs
verification.  If some of the controllers can't do SRST, it will be
very easy to spot as it will show up during boot probing.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/sata_sis.c
drivers/scsi/sata_svw.c
drivers/scsi/sata_uli.c
drivers/scsi/sata_vsc.c