From: Mark Lord Date: Sat, 17 May 2008 17:34:42 +0000 (-0400) Subject: sata_mv: don't blindly enable IRQs X-Git-Tag: v2.6.26-rc4~120^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51de32d200b21333950abc52ea1e589bc4eecef7;p=pandora-kernel.git sata_mv: don't blindly enable IRQs Part one of simplifying/fixing handling of the main_irq_mask register to resolve unexpected interrupt issues observed in 2.6.26-rc*. Don't blindly enable port IRQs at host init time. Instead, enable only the bits that we want, which in this case is simply the PCI_ERR bit. The per-port bits can wait until the ports are reset/probed for devices. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed