little patch for Ethernet 1000


Subject: little patch for Ethernet 1000
From: Stefano Curtarolo (auro@nietzsche.mit.edu)
Date: Thu Jul 27 2000 - 15:42:02 PDT


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

-- 
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



This archive was generated by hypermail 2a22 : Tue Aug 01 2000 - 04:53:14 PDT