]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Avoid generating ROMs with "match-any" vendor or device IDs
authorMichael Brown <mcb30@ipxe.org>
Wed, 30 Mar 2011 14:57:33 +0000 (15:57 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 30 Mar 2011 15:01:07 +0000 (16:01 +0100)
commit9b99d2af0cdcedcaaf9a69a0c758b8a7e644236a
treead3cc3e3907f85b3a5d0ab128cd646c9e0335d07
parent647522793d2afd7f17fd44b281aeedda782b7299
[build] Avoid generating ROMs with "match-any" vendor or device IDs

A PCI_ROM() entry containing a vendor or device ID of PCI_ANY_ID
(0xffff) indicates to pci_find_driver() that the entry's vendor or
device ID should be ignored when matching against the device's vendor
or device ID.  It does not represent a PCI ROM that should be built.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/parserom.pl