summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2005-04-16 16:54:11 +0200
committerMichael Brown2005-04-16 16:54:11 +0200
commit66e54f1274f6175a3327bc4b759ab883a3c3039a (patch)
tree9a87d2659972002d23d92a5e2c05d42d309e0305 /src/drivers
parentAdded activate_isapnp_device() line (diff)
downloadipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.tar.gz
ipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.tar.xz
ipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.zip
...this time with the correct syntax. :(
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/skel.c b/src/drivers/net/skel.c
index e18dc095..005295c3 100644
--- a/src/drivers/net/skel.c
+++ b/src/drivers/net/skel.c
@@ -264,7 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev,
nic->ioaddr = isapnp->ioaddr;
nic->irqno = isapnp->irqno;
- activate_isapnp_device ( isapnp );
+ activate_isapnp_device ( isapnp, 1 );
/* Test for physical presence of NIC */
/*