https://github.com/torvalds/linux
Revision edd106fc8ac1826dbe231b70ce0762db24133e5c authored by Auke Kok on 06 November 2006, 16:57:12 UTC, committed by Jeff Garzik on 07 November 2006, 09:27:51 UTC
e1000: Fix suspend/resume powerup and irq allocation

From: Auke Kok <auke-jan.h.kok@intel.com>

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 <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent e78181f
History
Tip revision: edd106fc8ac1826dbe231b70ce0762db24133e5c authored by Auke Kok on 06 November 2006, 16:57:12 UTC
[PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp
Tip revision: edd106f
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 542 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 73.8 KB
Makefile -rw-r--r-- 49.0 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top