mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Ensured that all drivers call xxx_fill_nic().
This commit is contained in:
@@ -3618,8 +3618,7 @@ static int e1000_probe ( struct nic *nic, struct pci_device *p ) {
|
||||
|
||||
adjust_pci_device(p);
|
||||
|
||||
nic->ioaddr = p->ioaddr & ~3;
|
||||
nic->irqno = p->irq;
|
||||
pci_fill_nic ( nic, p );
|
||||
|
||||
/* From Matt Hortman <mbhortman@acpthinclient.com> */
|
||||
/* MAC and Phy settings */
|
||||
|
||||
Reference in New Issue
Block a user