]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: fix for quirk_e100_interrupt()
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Mon, 17 Dec 2007 21:39:27 +0000 (00:39 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:04:26 +0000 (15:04 -0800)
commit70fa57e8cf4591e9ab0da2da9644ef0f5f44416e
treeee091a713624bfcb8faae2e06852efd8faaea816
parent7f94d2181d7b27b615560db12f6c5b869a7338f0
PCI: fix for quirk_e100_interrupt()

Check that the e100 is in the D0 power state. If it's not, it won't
respond to MMIO accesses and we end up with master-abort machine
checks on some platforms.

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c