• Tejun Heo's avatar
    [PATCH] libata: convert several bmdma-style controllers to new EH, take #3 · d7a80dad
    Tejun Heo authored
    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: default avatarTejun Heo <htejun@gmail.com>
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    d7a80dad
sata_sis.c 9.19 KB