From: rajesh.shah@intel.com Date: Thu, 2 Jun 2005 22:41:48 +0000 (-0700) Subject: [PATCH] PCI: Increase the number of PCI bus resources X-Git-Tag: v2.6.13-rc2~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03fa955576af50df80bec9127b46ef57e0877c0;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed