1 Oct 2005 04:59
[PATCH] r8169: tone down the r8169 driver
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2005-10-01 02:59:52 GMT
2005-10-01 02:59:52 GMT
tree a36abbed986e1d803efafd662ec3d65361f02853 parent a9487e48a34d7ad606f40a76080475a522a27cff author Francois Romieu <romieu <at> fr.zoreil.com> Sat, 01 Oct 2005 06:54:02 -0700 committer Linus Torvalds <torvalds <at> g5.osdl.org> Sat, 01 Oct 2005 07:20:21 -0700 [PATCH] r8169: tone down the r8169 driver Tone down the r8169 driver As an alternative, people can use the boot time 'debug' option and/or use 'ethtool -s ethX msglvl xyz'. The different messages are listed at: http://www.zoreil.com/~romieu/r8169/doc/msglvl.txt Signed-off-by: Francois Romieu <romieu <at> fr.zoreil.com> Cc: Jeff Garzik <jgarzik <at> pobox.com> Signed-off-by: Andrew Morton <akpm <at> osdl.org> Signed-off-by: Linus Torvalds <torvalds <at> osdl.org> drivers/net/r8169.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c <at> <at> -92,8 +92,7 <at> <at> VERSION 2.2LK <2005/01/25> #endif /* RTL8169_DEBUG */ #define R8169_MSG_DEFAULT \ - (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | NETIF_MSG_IFUP | \ - NETIF_MSG_IFDOWN)(Continue reading)
RSS Feed