Don't allow start_bdf with new auto max bus detection code.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 5 Dec 2008 00:39:10 +0000 (19:39 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 5 Dec 2008 00:39:10 +0000 (19:39 -0500)
commit4132e0213ea9b168dd619ca76f1f1bf075d1f4a4
tree3ee2afa254ea118a40b68e0978ee4ff05a091083
parent53ab0b600cc7cd14403a9d8feafb1bd1a81e56eb
Don't allow start_bdf with new auto max bus detection code.

It's not valid to set a "start bdf" when search for a device now,
    because we wont be able to properly detect the maximum bus unless
    we start at the beginning.
Change callers that need to resume a search to use foreachpci() macro.
Update all callers so that they don't pass in the now unused start_bdf.
src/acpi.c
src/ata.c
src/optionroms.c
src/pci.c
src/pci.h
src/pcibios.c
src/pciinit.c
src/shadow.c
src/smm.c