Browse Source

...this time with the correct syntax. :(

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
66e54f1274
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/skel.c

+ 1
- 1
src/drivers/net/skel.c View File

264
 
264
 
265
 	nic->ioaddr = isapnp->ioaddr;
265
 	nic->ioaddr = isapnp->ioaddr;
266
 	nic->irqno = isapnp->irqno;
266
 	nic->irqno = isapnp->irqno;
267
-	activate_isapnp_device ( isapnp );
267
+	activate_isapnp_device ( isapnp, 1 );
268
 
268
 
269
 	/* Test for physical presence of NIC */
269
 	/* Test for physical presence of NIC */
270
 	/*
270
 	/*

Loading…
Cancel
Save