mirror of
https://github.com/ipxe/ipxe
synced 2026-01-10 23:48:36 +03:00
[pci] Rewrite unrelicensable portions of pci.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -224,7 +224,7 @@ static int atl1e_sw_init(struct atl1e_adapter *adapter)
|
||||
adapter->link_duplex = FULL_DUPLEX;
|
||||
|
||||
/* PCI config space info */
|
||||
pci_read_config_byte(pdev, PCI_REVISION_ID, &rev_id);
|
||||
pci_read_config_byte(pdev, PCI_REVISION, &rev_id);
|
||||
|
||||
phy_status_data = AT_READ_REG(hw, REG_PHY_STATUS);
|
||||
/* nic type */
|
||||
|
||||
Reference in New Issue
Block a user