]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridges
authorRajesh Shah <rajesh.shah@intel.com>
Thu, 28 Apr 2005 07:25:45 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2005 04:52:39 +0000 (21:52 -0700)
commit4b1f22ebb4749b83b17a885d5828eacdf08673e5
treef4d0dc0b7e9a8bd3611e1bf7f64dfd3cb55a950c
parente584e5a9e1bd07197b3b086f190fa58db5855262
[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 <rajesh.shah@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/ia64/pci/pci.c