From: Auke Kok Date: Mon, 6 Nov 2006 16:57:12 +0000 (-0800) Subject: [PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp X-Git-Tag: v2.6.19-rc5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd106fc8ac1826dbe231b70ce0762db24133e5c;p=pandora-kernel.git [PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp e1000: Fix suspend/resume powerup and irq allocation From: Auke Kok After 7.0.33/2.6.16, e1000 suspend/resume left the user with an enabled device showing garbled statistics and undetermined irq allocation state, where `ifconfig eth0 down` would display `trying to free already freed irq`. Explicitly free and allocate irq as well as powerup the PHY during resume fixes when needed. Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed