From: Rajesh Shah Date: Thu, 28 Apr 2005 07:25:45 +0000 (-0700) Subject: [PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridges X-Git-Tag: v2.6.13-rc1~39^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab3fb0ac8c83072465b28ca859c420da6c6511c;p=pandora-kernel.git [PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridges When checking if a PCI to PCI bridge should be enabled to decode memory and/or IO resources, we need to look at all device resources not just the first 6. This is needed to allow PCI bridges to pass down memory and IO accesses to child devices even when the bridge itself does not consume resources in its PCI BARs. Signed-off-by: Rajesh Shah Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed