https://github.com/torvalds/linux
Revision a03fa955576af50df80bec9127b46ef57e0877c0 authored by rajesh.shah@intel.com on 02 June 2005, 22:41:48 UTC, committed by Greg Kroah-Hartman on 01 July 2005, 20:35:49 UTC
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>
1 parent 26f674a
History
Tip revision: a03fa955576af50df80bec9127b46ef57e0877c0 authored by rajesh.shah@intel.com on 02 June 2005, 22:41:48 UTC
[PATCH] PCI: Increase the number of PCI bus resources
Tip revision: a03fa95

README

back to top