void
pSeries_pcibios_init(void)
{
- PPCDBG(PPCDBG_PHBINIT, "\tppc64_pcibios_init Entry.\n");
-
- if (get_property(find_path_device("/rtas"),"ibm,fw-phb-id",NULL) != NULL) {
- PPCDBG(PPCDBG_PHBINIT, "\tFound: ibm,fw-phb-id\n");
- Pci_Large_Bus_System = 1;
- }
}
/*
struct pci_controller** hose_tail = &hose_head;
int global_phb_number = 0; /* Global phb counter */
-int Pci_Large_Bus_System = 0;
struct pci_controller *phbtab[PCI_MAX_PHB];
/* Cached ISA bridge dev. */
void pSeries_pcibios_init_early(void);
void pSeries_pcibios_init(void);
-/*******************************************************************
- * Platform configuration flags.. (Live in pci.c)
- *******************************************************************/
-extern int Pci_Large_Bus_System; /* System has > 256 buses */
-
/*******************************************************************
* Helper macros for extracting data from pci structures.
* PCI_GET_PHB_PTR(struct pci_dev*) returns the Phb pointer.