Any chance we can get this patch in? Anton
At the moment ibmveth has DEBUG enabled which is rather verbose. Disable it. Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]> --- Index: foobar2/drivers/net/ibmveth.c =================================================================== --- foobar2.orig/drivers/net/ibmveth.c 2005-07-06 07:49:42.000000000 +1000 +++ foobar2/drivers/net/ibmveth.c 2005-07-14 13:23:32.117030579 +1000 @@ -59,7 +59,7 @@ #include "ibmveth.h" -#define DEBUG 1 +#undef DEBUG #define ibmveth_printk(fmt, args...) \ printk(KERN_INFO "%s: " fmt, __FILE__, ## args) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html