commit | 4132e0213ea9b168dd619ca76f1f1bf075d1f4a4 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Dec 04 19:39:10 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Dec 04 19:39:10 2008 -0500 |
tree | 3ee2afa254ea118a40b68e0978ee4ff05a091083 | |
parent | 53ab0b600cc7cd14403a9d8feafb1bd1a81e56eb [diff] |
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.