mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Added support for wildcard device/vendor ID matches
This commit is contained in:
@@ -239,6 +239,9 @@ struct pci_device_id {
|
||||
uint16_t device;
|
||||
};
|
||||
|
||||
/** Match-anything ID */
|
||||
#define PCI_ANY_ID 0xffff
|
||||
|
||||
/** A PCI device */
|
||||
struct pci_device {
|
||||
/** Generic device */
|
||||
|
||||
Reference in New Issue
Block a user