e1000: FIX: be ready for incoming irq at pci_request_irq
authorAuke Kok <auke-jan.h.kok@intel.com>
Tue, 6 Mar 2007 16:57:21 +0000 (08:57 -0800)
committerJeff Garzik <jeff@garzik.org>
Thu, 26 Apr 2007 06:22:41 +0000 (02:22 -0400)
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 <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found