I found a very small error in drivers/net/acenic.c compilation.
Befere the driver could be compiled only as module. I simply moved a
"#endif#". Now it seems to work well.
Good luck,
Stefano Curtarolo
here is the patch:
--- v-2.4.0/drivers/net/acenic.c Mon May 15 14:10:26 2000
+++ v-2.4.0.patched/drivers/net/acenic.c Wed Jul 26 18:06:32 2000
@@ -695,7 +695,7 @@
root_dev = next;
}
}
-#endif
+//#endif
int __init ace_module_init(void)
@@ -728,7 +728,7 @@
module_init(ace_module_init);
module_exit(ace_module_cleanup);
#endif
-
+#endif
static void ace_free_descriptors(struct net_device *dev)
{