mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[pci] Rewrite unrelicensable portions of pci.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -509,7 +509,7 @@ vxge_probe(struct pci_device *pdev)
|
||||
vxge_debug(VXGE_INFO, "vxge_probe for device " PCI_FMT "\n",
|
||||
PCI_ARGS(pdev));
|
||||
|
||||
pci_read_config_byte(pdev, PCI_REVISION_ID, &revision);
|
||||
pci_read_config_byte(pdev, PCI_REVISION, &revision);
|
||||
titan1 = is_titan1(pdev->device, revision);
|
||||
|
||||
mmio_start = pci_bar_start(pdev, PCI_BASE_ADDRESS_0);
|
||||
|
||||
Reference in New Issue
Block a user