mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[pci] Rewrite unrelicensable portions of pci.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -3176,7 +3176,7 @@ falcon_probe_nic_variant ( struct efab_nic *efab, struct pci_device *pci )
|
||||
uint8_t revision;
|
||||
|
||||
/* PCI revision */
|
||||
pci_read_config_byte ( pci, PCI_CLASS_REVISION, &revision );
|
||||
pci_read_config_byte ( pci, PCI_REVISION, &revision );
|
||||
efab->pci_revision = revision;
|
||||
|
||||
/* Asic vs FPGA */
|
||||
|
||||
Reference in New Issue
Block a user