[parisc-linux-cvs] linux grundler
Grant Grundler
grundler@dsl2.external.hp.com
Fri, 30 Aug 2002 00:10:36 -0600
Grant Grundler wrote:
> Log message:
> 2.4.19-pa8 __hppa__ to eepro100
> patch from Andreas Seltenreich <s_selten@informatik.uni-karlsruhe.de>
> Disables RX copy avoidance - ie always copy
This took so long because I wasn't happy with this aproach.
I'll post another reply to p-l mailing list.
Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.342
diff -u -p -r1.342 Makefile
--- Makefile 29 Aug 2002 21:02:18 -0000 1.342
+++ Makefile 30 Aug 2002 05:48:57 -0000
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 19
-EXTRAVERSION = -pa7
+EXTRAVERSION = -pa8
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
Index: drivers/net/eepro100.c
===================================================================
RCS file: /var/cvs/linux/drivers/net/eepro100.c,v
retrieving revision 1.17
diff -u -p -r1.17 eepro100.c
--- drivers/net/eepro100.c 4 Aug 2002 22:58:29 -0000 1.17
+++ drivers/net/eepro100.c 30 Aug 2002 05:48:58 -0000
@@ -44,7 +44,7 @@ static int rxdmacount /* = 0 */;
/* Set the copy breakpoint for the copy-only-tiny-buffer Rx method.
Lower values use more memory, but are faster. */
#if defined(__alpha__) || defined(__sparc__) || defined(__mips__) || \
- defined(__arm__)
+ defined(__arm__) || defined(__hppa__)
static int rx_copybreak = 1518;
#else
static int rx_copybreak = 200;