sata_mv No soft resets. Soft resets rarely have significant effect with these chips, so always do a hard reset instead. Signed-off-by: Mark Lord <mlord@xxxxxxxxx> --- old/drivers/ata/sata_mv.c 2008-01-24 14:49:28.000000000 -0500 +++ new/drivers/ata/sata_mv.c 2008-01-24 14:51:53.000000000 -0500 @@ -2414,8 +2414,7 @@ static void mv_error_handler(struct ata_port *ap) { - ata_do_eh(ap, mv_prereset, ata_std_softreset, - mv_hardreset, mv_postreset); + ata_do_eh(ap, mv_prereset, NULL, mv_hardreset, mv_postreset); } static void mv_post_int_cmd(struct ata_queued_cmd *qc) - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html