#include <resources.hpp>

Static Public Member Functions | |
|
static const pci_resource_descriptor * | get (const string &name) |
| Returns a descriptor by name or NULL, if no valid name was given. | |
Public Attributes | |
| const char * | name |
| The PCI class' (or class code's) name;. | |
| uint32_t | class_code |
| The PCI class code's numerical value. | |
| const resource_descriptor * | resources |
| Pointer to a resource_descriptor storing the legacy resource description. | |
| uint32_t pci_resource_descriptor::class_code |
The PCI class code's numerical value.
This value may be to short i.e. 0x0200 for ethernet instead of 0x020000 to allow fuzzy matching with pci_config_header16::class_code.