From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiaoguizi007 Date: Tue, 2 Jun 2009 13:17:44 +0800 (CST) Subject: [U-Boot] pci bus scan in u-boot-1.0.2 Message-ID: <20207172.786581243919864464.JavaMail.coremail@bj163app34.163.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I'm tring using pci function of u-boot-1.0.2. But while the programm run into function pci_hose_scan_bus() in /drivers/pci.c, it looks like go to dead and will never run. So, I assert some debug infomation, and then get the problem,maybe it is pci_hose_##rw##_config_##size() function. Because this function will never return this time! Can anybody help me! Thanks a lot, Josh Wei