diff options
| author | Michael Brown | 2005-04-16 16:54:11 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-16 16:54:11 +0200 |
| commit | 66e54f1274f6175a3327bc4b759ab883a3c3039a (patch) | |
| tree | 9a87d2659972002d23d92a5e2c05d42d309e0305 /src | |
| parent | Added activate_isapnp_device() line (diff) | |
| download | ipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.tar.gz ipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.tar.xz ipxe-66e54f1274f6175a3327bc4b759ab883a3c3039a.zip | |
...this time with the correct syntax. :(
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/net/skel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /* |
