summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 16:49:32 +0200
committerMichael Brown2005-04-14 16:49:32 +0200
commit476dff5bb72f84cc8cfbc380b9ef809f9db4bf3c (patch)
tree7c3484d355cabd2fb571abc69103ebeb9493328b /src/drivers
parentThis is the only driver that has a genuine reason to call (diff)
downloadipxe-476dff5bb72f84cc8cfbc380b9ef809f9db4bf3c.tar.gz
ipxe-476dff5bb72f84cc8cfbc380b9ef809f9db4bf3c.tar.xz
ipxe-476dff5bb72f84cc8cfbc380b9ef809f9db4bf3c.zip
Made amenable to automatic update.
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/rtl8139.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/rtl8139.c b/src/drivers/net/rtl8139.c
index c61f0374..ddd7760c 100644
--- a/src/drivers/net/rtl8139.c
+++ b/src/drivers/net/rtl8139.c
@@ -190,7 +190,6 @@ static int rtl8139_probe ( struct dev *dev, struct pci_device *pci ) {
int addr_len;
unsigned short *ap = (unsigned short*)nic->node_addr;
- /* Look for PCI device */
if ( ! find_pci_device ( pci, &rtl8139_driver ) )
return 0;