mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 10:20:24 +03:00
Typo
This commit is contained in:
@@ -617,7 +617,7 @@ static int eepro100_probe ( struct nic *nic, struct pci_device *p ) {
|
||||
|
||||
if (p->ioaddr == 0)
|
||||
return 0;
|
||||
pci_fill_nic ( nic, pci );
|
||||
pci_fill_nic ( nic, p );
|
||||
adjust_pci_device(p);
|
||||
ioaddr = nic->ioaddr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user