add rb532 support
[openwrt.git] / target / linux / rb532-2.6 / patches / 240-via_hack.patch
1 diff -urN linux.old/drivers/net/via-rhine.c linux.dev/drivers/net/via-rhine.c
2 --- linux.old/drivers/net/via-rhine.c 2006-06-08 20:21:20.000000000 +0200
3 +++ linux.dev/drivers/net/via-rhine.c 2006-06-08 20:19:40.000000000 +0200
4 @@ -142,7 +142,7 @@
5 These may be modified when a driver module is loaded. */
6
7 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
8 -static int max_interrupt_work = 20;
9 +static int max_interrupt_work = 20000;
10
11 /* Set the copy breakpoint for the copy-only-tiny-frames scheme.
12 Setting to > 1518 effectively disables this feature. */
13
This page took 0.042968 seconds and 5 git commands to generate.