]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Start pci hose scan from hose->current_busno.
authorEd Swarthout <Ed.Swarthout@freescale.com>
Wed, 11 Jul 2007 19:51:35 +0000 (14:51 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 11 Jul 2007 21:43:11 +0000 (23:43 +0200)
commit40e81addab7bb74d20ddf681ce9babc880a828ee
treec8e1a834d9f51fdca5404af99d846caa98edaaba
parent3865b1fb7843a08ad49a6319a36415752276ff48
Start pci hose scan from hose->current_busno.

Ensure hose->current_busno is not less than first_busno.  This fixes
broken board code which leaves current_busno=0 when first_busno is
greater than 0 for the cases with multiple controllers.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
drivers/pci.c