[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

little patch for Ethernet 1000



Since I have noticed that acenic.c can be compiled only as module I just
moved a "#endif" inside. 
Now it can be compiled as kernel or module (i386/alpha). Unfortunately I
am still waiting the optical cable so I cannot test the board.
Anyway the board is recognized correctly.
 
Who has a NETGER GA620 ???

for generic 2.4.0
*********************************************

--- 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)
 {








Reply to: