commit | be19cdc4dce80711fad94e6db0ab428761f3170d | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Nov 09 15:33:47 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Nov 09 15:33:47 2008 -0500 |
tree | 17e4d7ae41c11f268a735f00d69852b0bb701a0f | |
parent | ceea03c235f337062b3ded69cc658ea759e254f6 [diff] |
Overhaul PCI config functions. Remove PCIDevice struct and replace with a "u16" with BDF - Bus/Device/Function. This simplifies the code in several places. Also, scan for and store the maximum PCI bus found during startup. The previous config option CONFIG_PCI_BUS_COUNT is no longer needed and has been removed.