]> xenbits.xensource.com Git - seabios.git/commit
Rename foreachbdf_in_bus to foreachbdf and simplify it.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 2 Jul 2011 18:49:41 +0000 (14:49 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 3 Jul 2011 03:38:36 +0000 (23:38 -0400)
commit2b333e4bef018de86f010b25829742d1dcd60a0d
treebd1a34243cebecfc384215f6bf1408be263a604a
parent0f654a976b9ec8d0346249f8aacc5fbd7d40e946
Rename foreachbdf_in_bus to foreachbdf and simplify it.

Now that all callers of foreachbdf have been converted to
foreachbdf_in_bus, simplify the pci_next() code - it no longer needs
to track PCI bridges.

Also, rename the remaining users of foreachbdf_in_bus to foreachbdf.
src/pci.c
src/pci.h
src/pcibios.c
src/pciinit.c
src/shadow.c
src/usb-ehci.c