From: Emil Tantilov Date: Thu, 28 Oct 2010 00:59:49 +0000 (+0000) Subject: ixgb: call pci_disable_device in ixgb_remove X-Git-Tag: v2.6.37-rc1~32^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec43a81cfa85b1ba0c9ac1aa995fe652f30fd4d6;p=pandora-kernel.git ixgb: call pci_disable_device in ixgb_remove ixgb fails to work after reload on recent kernels: rmmod ixgb (dev->current_state = PCI_UNKNOWN) modprobe ixgb (pci_enable_device will bail leaving current_state to PCI_UNKNOWN) ifup eth0 do_IRQ: 2.82 No irq handler for vector (irq -1) The issue was exposed by commit fcd097f31a6ee207cc0c3da9cccd2a86d4334785 PCI: MSI: Remove unsafe and unnecessary hardware access which avoids HW writes for power states != PCI_D0 CC: Ben Hutchings Signed-off-by: Emil Tantilov Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed