From: H. Peter Anvin Date: Fri, 14 May 2010 20:55:57 +0000 (-0700) Subject: x86, mrst: Don't blindly access extended config space X-Git-Tag: v2.6.34~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b1d5d0ff4d3ae86050dc4c91b3147361c7af9e;p=pandora-kernel.git x86, mrst: Don't blindly access extended config space Do not blindly access extended configuration space unless we actively know we're on a Moorestown platform. The fixed-size BAR capability lives in the extended configuration space, and thus is not applicable if the configuration space isn't appropriately sized. This fixes booting certain VMware configurations with CONFIG_MRST=y. Moorestown will add a fake PCI-X 266 capability to advertise the presence of extended configuration space. Reported-and-tested-by: Petr Vandrovec Signed-off-by: H. Peter Anvin Acked-by: Jacob Pan Acked-by: Jesse Barnes LKML-Reference: --- Reading git-diff-tree failed