Rename pci_find_class() to pci_find_classprog(), and add new functions.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 31 Aug 2008 15:06:27 +0000 (11:06 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 31 Aug 2008 15:06:27 +0000 (11:06 -0400)
commit5fdaa0346cb9d864ffff0e6fd2c2139c4a6b612f
treeccd6c13405c18a2397b191d187f820780bb0634d
parent15b3165711bc3c94b4941e17bc9036cd151f997e
Rename pci_find_class() to pci_find_classprog(), and add new functions.

New pci_find_class() searches by just class, not class and prog-if.
Add some new pci config space definitions.
Add inline functions for converting to/from bus/dev/fn to bdf to PCIDevice.
src/pci.c
src/pci.h
src/pcibios.c