From 66e54f1274f6175a3327bc4b759ab883a3c3039a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 16 Apr 2005 14:54:11 +0000 Subject: [PATCH] ...this time with the correct syntax. :( --- src/drivers/net/skel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/net/skel.c b/src/drivers/net/skel.c index e18dc0959..005295c33 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 */ /*