On Tue, Oct 17, 2006 at 01:53:15PM -0700, Aleksey Gorelov wrote:
--- Ryan Richter <ryan@xxxxxxxxxxxxxxxxxxxxx> wrote:2.6.19-rc1-git9 doesn't work any better for me. I haven't triedYou may try the following patch instead if it's easier for you. It'll
unloading the e1000 module yet. Since I run the machine off an nfsroot,
it will require some creativity to test that.
-ryan
likely break suspend stuff,
but you won't need to play around with modules.
Aleks.
--- linux-2.6.19-rc2/drivers/net/e1000/e1000_main.c.orig 2006-10-17 13:36:06.000000000 -0700
+++ linux-2.6.19-rc2/drivers/net/e1000/e1000_main.c 2006-10-17 13:36:50.000000000 -0700
@@ -4847,6 +4847,7 @@
static void e1000_shutdown(struct pci_dev *pdev)
{
e1000_suspend(pdev, PMSG_SUSPEND);
+ pci_set_power_state(pdev, PCI_D0);
}
#ifdef CONFIG_NET_POLL_CONTROLLER
This patch allows the machine to reboot normally.