Mikael Pettersson wrote: > Promise ATA ports should always be reset by pdc_reset_port() > when errors are detected, but the recent error reason decoding > update to sata_promise replaced that reset with a freeze. > > This patch changes the error detection to do a reset again. > This makes the error decoding update safer, as it now only > adds error decoding without changing any other behaviour. > > Signed-off-by: Mikael Pettersson <mikpe@xxxxxxxx> Not necessarily NAK'ing but I think it's better to do things like that in EH thread not in the interrupt handler. Isn't freezing enough in the interrupt handler? Thanks. -- tejun - 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