mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Ensured that all drivers call xxx_fill_nic().
This commit is contained in:
@@ -634,8 +634,7 @@ static int w89c840_probe ( struct nic *nic, struct pci_device *p ) {
|
||||
if (p->ioaddr == 0)
|
||||
return 0;
|
||||
|
||||
ioaddr = p->ioaddr;
|
||||
nic->ioaddr = p->ioaddr & ~3;
|
||||
pci_fill_nic ( nic, p );
|
||||
nic->irqno = 0;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user