
8 Jan
2009
8 Jan
'09
8:57 a.m.
+static void mpc83xx_pcie_register_hose(int bus, struct pci_region *reg,
u8 link)
+{
- extern void disable_addr_trans(void); /* start.S */
- static struct pci_controller pcie_hose[PCIE_MAX_BUSES];
If PCIe use the hose which is different from PCI hose, after u-boot booting, the command 'pci' only find the PCI controller and device, but not find the PCIe controller and PCIe devices.
Please post the patch as reference.
Thanks