From: Stephen Hemminger Date: Mon, 5 Nov 2007 23:52:13 +0000 (-0800) Subject: sky2: handle advanced error recovery config issues X-Git-Tag: v2.6.24-rc3~163^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf06ffb4df5314d240a002e3e1c63722e9362070;p=pandora-kernel.git sky2: handle advanced error recovery config issues The PCI AER support may not work for a couple of reasons. It may not be configured into the kernel or there may be a BIOS bug that prevents MMCONFIG from working. If MMCONFIG doesn't work then the PCI registers that control AER will not be accessible via pci_read_config functions; luckly there is another window to access PCI space in the device, so use that. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed