[PATCH] libata: Use ATA_FLAG_PIO_POLLING for pdc_adma
authorAlbert Lee <albertcc@tw.ibm.com>
Wed, 9 Aug 2006 10:36:22 +0000 (18:36 +0800)
committerJeff Garzik <jeff@garzik.org>
Thu, 10 Aug 2006 10:55:18 +0000 (06:55 -0400)
pdc_adma was overlooked and broken by the irq-pio patch:
Only HSM_ST_LAST interrupts should be delivered to this LLDD.

Adding ATA_FLAG_PIO_POLLING to pdc_adma fixes the problem (temporarily),
before we convert the irq handler of pdc_adma to handle all interrupts.

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found