[PATCH] PCI: Increase the number of PCI bus resources
authorrajesh.shah@intel.com <rajesh.shah@intel.com>
Thu, 2 Jun 2005 22:41:48 +0000 (15:41 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2005 20:35:49 +0000 (13:35 -0700)
commita03fa955576af50df80bec9127b46ef57e0877c0
treedc13df100ead9efae7b370b435b58bca4736ae39
parent26f674ae0e37190bf61c988e52911e4372fdb5f5
[PATCH] PCI: Increase the number of PCI bus resources

This patch increases the number of resource pointers in the
pci_bus structure. This is needed to store >4 resource ranges
for host bridges and transparent PCI bridges. With this change,
all PCI buses will have more resource pointers, but most PCI
buses will only use the first 3 or 4, the remaining being NULL.
The PCI core already deals with this correctly.

Signed-off-by: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pci.h