From: Mark Lord Date: Fri, 19 May 2006 20:33:03 +0000 (-0400) Subject: [PATCH] sata_mv: spurious interrupt workaround X-Git-Tag: v2.6.17-rc5~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e857f141945f29c16f72ffcfdbce097f8be6c4e9;p=pandora-kernel.git [PATCH] sata_mv: spurious interrupt workaround The 60xx chips, and possibly others, incorrectly assert DEV_IRQ interrupts on a regular basis. The cause of this is under investigation (by me and in theory by Marvell also), but regardless we do need to deal with these events. This patch tidies up some interrupt handler code, and ensures that we ignore DEV_IRQ interrupts when the drive still has ATA_BUSY asserted. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed