Ensured that all drivers call xxx_fill_nic().

This commit is contained in:
Michael Brown
2005-04-22 16:31:52 +00:00
parent e7c177cc33
commit 08ff0c1d30
6 changed files with 9 additions and 14 deletions

View File

@@ -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 */