commit | 149dcbcd8c6cfcc5dc65a75203b2871ae62137da | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Thu Oct 28 15:24:59 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:45:57 2010 +0100 |
tree | 59d540d16474f386d3600fc5d0f9fdceff21c7da | |
parent | 1c7dca53d4a1e11ac1ee9ddd8faacbb24d1e0c82 [diff] |
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>