From: Andy Gospodarek Date: Fri, 15 Feb 2008 22:05:25 +0000 (-0800) Subject: igb: fix legacy mode irq issue X-Git-Tag: v2.6.25-rc4~148^2~41^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb5e57701d355737f0bc9f94c0f80ed69a95b62;p=pandora-kernel.git igb: fix legacy mode irq issue I booted an igb kernel with the option pci=nomsi and instantly noticed that interrupts no longer worked on my igb device. I took a look at the interrupt initialization and quickly discovered a comment stating: "DO NOT USE EIAME or IAME in legacy mode" It seemed a bit odd that bits to enable IAM were being set in legacy interrupt mode, so I dropped out the following parts and interrupts began working fine again. [Updated code flow and a nitpick spelling error --Auke] Signed-off-by: Andy Gospodarek Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed