Commit b68fcd13 authored by Martin H. VanLeeuwen's avatar Martin H. VanLeeuwen Committed by Linus Torvalds

[PATCH] 2.5.56, isapnp_init level

In 2.5.50 the level of isapnp_init was moved to after apci.  Since it is
now after net_dev_init, ISA PNP NICS fail to initialized at boot.

This fix allows ISA PNP NIC cards to work during net_dev_init, and still
leaves isapnp_init after apci_init.
parent a4092571
......@@ -1138,7 +1138,7 @@ int __init isapnp_init(void)
return 0;
}
device_initcall(isapnp_init);
subsys_initcall(isapnp_init);
/* format is: noisapnp */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment