mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 18:03:36 +03:00
[pci] Rewrite unrelicensable portions of pci.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -462,7 +462,7 @@ static int dmfe_probe ( struct nic *nic, struct pci_device *pci ) {
|
||||
pci->id->name, pci->vendor, pci->device);
|
||||
|
||||
/* Read Chip revision */
|
||||
pci_read_config_dword(pci, PCI_REVISION_ID, &dev_rev);
|
||||
pci_read_config_dword(pci, PCI_REVISION, &dev_rev);
|
||||
dprintf(("Revision %lX\n", dev_rev));
|
||||
|
||||
/* point to private storage */
|
||||
|
||||
Reference in New Issue
Block a user