mirror of https://github.com/ipxe/ipxe.git
Made amenable to automatic update.
parent
cbd5d4f849
commit
476dff5bb7
|
@ -190,7 +190,6 @@ static int rtl8139_probe ( struct dev *dev, struct pci_device *pci ) {
|
||||||
int addr_len;
|
int addr_len;
|
||||||
unsigned short *ap = (unsigned short*)nic->node_addr;
|
unsigned short *ap = (unsigned short*)nic->node_addr;
|
||||||
|
|
||||||
/* Look for PCI device */
|
|
||||||
if ( ! find_pci_device ( pci, &rtl8139_driver ) )
|
if ( ! find_pci_device ( pci, &rtl8139_driver ) )
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue