Files
u-boot-sunxi/drivers
Peter Tyser a72dbae2cc fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe aware
Previously fsl_pci_init_port() always assumed that a port was a PCIe
port and would incorrectly print messages for a PCI port such as the
following on bootup:
    PCI1:  32 bit, 33 MHz, sync, host, arbiter
                Scanning PCI bus 00
    PCIE1 on bus 00 - 00

This change corrects the output of fsl_pci_init_port():
    PCI1:  32 bit, 33 MHz, sync, host, arbiter
                Scanning PCI bus 00
    PCI1 on bus 00 - 00

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2010-11-14 23:45:57 +01:00
..
2010-10-27 22:48:30 +02:00
2010-09-19 21:28:25 +02:00
2010-11-10 04:26:18 -05:00
2010-09-19 21:28:25 +02:00
2010-09-10 00:16:19 +02:00
2010-10-27 22:48:30 +02:00
2010-10-22 00:05:05 +02:00