commit | 51704c609fcf256dacfcfae3622eb6ef53ac5b48 | [log] [tgz] |
---|---|---|
author | Albert Lee <albertcc@tw.ibm.com> | Wed Aug 09 18:36:22 2006 +0800 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Aug 10 06:55:18 2006 -0400 |
tree | 628a84bb0a986238c6004578e3cede5f0740154f | |
parent | 22aac0896b1b0b8cabaf00714c55dd12f25d5738 [diff] |
[PATCH] libata: Use ATA_FLAG_PIO_POLLING for pdc_adma 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>