mirror of https://github.com/ipxe/ipxe.git
...this time with the correct syntax. :(
parent
8c2b42e08e
commit
66e54f1274
|
@ -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 */
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue