mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
Ensured that all drivers call xxx_fill_nic().
This commit is contained in:
@@ -3241,8 +3241,8 @@ static int tg3_probe ( struct nic *nic, struct pci_device *pdev ) {
|
||||
|
||||
adjust_pci_device(pdev);
|
||||
|
||||
pci_fill_nic ( nic, pdev );
|
||||
nic->irqno = 0;
|
||||
nic->ioaddr = pdev->ioaddr;
|
||||
|
||||
/* Find power-management capability. */
|
||||
pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM);
|
||||
|
||||
Reference in New Issue
Block a user