Explorar el Código

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

tags/v0.9.3
Michael Brown hace 21 años
padre
commit
66e54f1274
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/drivers/net/skel.c

+ 1
- 1
src/drivers/net/skel.c Ver fichero

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…
Cancelar
Guardar