|
@@ -419,6 +419,7 @@ struct pci_bus {
|
|
|
struct list_head slots; /* list of slots on this bus */
|
|
struct list_head slots; /* list of slots on this bus */
|
|
|
struct resource *resource[PCI_BRIDGE_RESOURCE_NUM];
|
|
struct resource *resource[PCI_BRIDGE_RESOURCE_NUM];
|
|
|
struct list_head resources; /* address space routed to this bus */
|
|
struct list_head resources; /* address space routed to this bus */
|
|
|
|
|
+ struct resource busn_res; /* bus numbers routed to this bus */
|
|
|
|
|
|
|
|
struct pci_ops *ops; /* configuration access functions */
|
|
struct pci_ops *ops; /* configuration access functions */
|
|
|
void *sysdata; /* hook for sys-specific extension */
|
|
void *sysdata; /* hook for sys-specific extension */
|