mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
...this time with the correct syntax. :(
This commit is contained in:
@@ -264,7 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev,
|
|||||||
|
|
||||||
nic->ioaddr = isapnp->ioaddr;
|
nic->ioaddr = isapnp->ioaddr;
|
||||||
nic->irqno = isapnp->irqno;
|
nic->irqno = isapnp->irqno;
|
||||||
activate_isapnp_device ( isapnp );
|
activate_isapnp_device ( isapnp, 1 );
|
||||||
|
|
||||||
/* Test for physical presence of NIC */
|
/* Test for physical presence of NIC */
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user