]> git.baikalelectronics.ru Git - kernel.git/commit
sky2: power management/MSI workaround
authorStephen Hemminger <shemminger@osdl.org>
Wed, 20 Dec 2006 21:06:34 +0000 (13:06 -0800)
committerJeff Garzik <jeff@garzik.org>
Tue, 26 Dec 2006 21:36:42 +0000 (16:36 -0500)
commit71b60b2fd5f402505ae60c3c90b99a01fb7c6d26
tree1b30df83af43394744ed51ce60f0eabdbd56500a
parentf2c7d4e5ba536b20a85770be3fc1a2f65a209137
sky2: power management/MSI workaround

MSI doesn't work properly on resume on many platforms because the
BIOS goes and changes it back to INTx mode after the sky2 driver has
restored in resume.

It is really a bug in the base power management resume code, and
this workaround is temporary until the change to PM code works it's way
through the release process.  The PM fix is non-trivial since it needs
to change when non-boot CPU's are enabled.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c