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;\