Mikael Pettersson 8ffcfd9d0d sata_promise: fix another error decode regression
The sata_promise error decode update changed pdc_host_intr()
to return and not complete the qc after detecting an error.
Unfortunately not completing the qc:s causes them to always
time out on error, which is wrong and has nasty side-effects.

This patch updates pdc_error_intr() to call ata_port_abort(),
similar to ahci and sata_sil24. Doing this is important as it
makes EH see the original error and not a bogus timeout.

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-05-09 20:15:46 -04:00
..
2007-05-01 07:49:54 -04:00
2007-04-28 14:16:01 -04:00
2007-05-09 07:12:20 +02:00
2007-04-28 14:16:01 -04:00
2007-04-28 14:15:57 -04:00
2006-08-10 07:31:37 -04:00
2007-02-21 04:58:17 -05:00