From: Auke Kok Date: Tue, 6 Mar 2007 16:57:21 +0000 (-0800) Subject: e1000: FIX: be ready for incoming irq at pci_request_irq X-Git-Tag: v2.6.22-rc1~1125^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0aac5a289b1dacbc94bd9ae8c449bcdf9ab508c;p=pandora-kernel.git e1000: FIX: be ready for incoming irq at pci_request_irq DEBUG_SHIRQ code exposed that e1000 was not ready for incoming interrupts after having called pci_request_irq. This obviously requires us to finish our software setup which assigns the irq handler before we request the irq. Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed