From: Albert Lee Date: Wed, 9 Aug 2006 10:36:22 +0000 (+0800) Subject: [PATCH] libata: Use ATA_FLAG_PIO_POLLING for pdc_adma X-Git-Tag: v2.6.18-rc5~60^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51704c609fcf256dacfcfae3622eb6ef53ac5b48;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed