View Single Post
  #2 (permalink)  
Old 06-07-08, 02:44 PM
fojtik fojtik is offline
N00B
 
Join Date: May 2008
Posts: 4
fojtik is on a distinguished road
Lightbulb I have finanlly found a solution. Use this patch

I have finanlly found a solution. Use this patch :

*** rhine_main.old 2008-07-06 15:37:17.000000000 +0200
--- rhine_main.c 2008-07-06 15:36:01.000000000 +0200
***************
*** 49,54 ****
--- 49,58 ----
MODULE_DESCRIPTION("VIA Rhine Family Fast Ethernet Adapter Driver");


+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
+ #define CHECKSUM_HW CHECKSUM_PARTIAL
+ #endif
+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
#define RHINE_PARAM(N,D) \
static int N[MAX_UINTS]=OPTION_DEFAULT;\
Reply With Quote