summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2005-04-16 16:53:27 +0200
committerMichael Brown2005-04-16 16:53:27 +0200
commit8c2b42e08e87351b2b02191ba823a295910c8893 (patch)
tree79cf04e00057f939a47ac1cbac30aec251f4e2da /src/drivers
parentOptimise ISAPNP_READ_PORT_STEP (diff)
downloadipxe-8c2b42e08e87351b2b02191ba823a295910c8893.tar.gz
ipxe-8c2b42e08e87351b2b02191ba823a295910c8893.tar.xz
ipxe-8c2b42e08e87351b2b02191ba823a295910c8893.zip
Added activate_isapnp_device() line
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/skel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/net/skel.c b/src/drivers/net/skel.c
index 369f841b..e18dc095 100644
--- a/src/drivers/net/skel.c
+++ b/src/drivers/net/skel.c
@@ -219,7 +219,7 @@ BOOT_DRIVER ( "SKEL/PCI", find_pci_boot_device,
skel_pci_driver, skel_pci_probe );
/**************************************************************************
- * ISAPnP PROBE - Look for an adapter
+ * EISA PROBE - Look for an adapter
**************************************************************************
*/
static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) {
@@ -264,6 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev,
nic->ioaddr = isapnp->ioaddr;
nic->irqno = isapnp->irqno;
+ activate_isapnp_device ( isapnp );
/* Test for physical presence of NIC */
/*