Ver código fonte

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

tags/v0.9.3
Michael Brown 19 anos atrás
pai
commit
66e54f1274
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/drivers/net/skel.c

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

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

Carregando…
Cancelar
Salvar