From: Felix Fietkau Date: Fri, 16 Apr 2010 20:23:35 +0000 (+0000) Subject: gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b0cf1f5baa110f8b6908012c23178a93e4ee1a68;p=librecmc%2Flibrecmc.git gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the define that enables both SVN-Revision: 20940 --- diff --git a/target/linux/gemini/patches/110-disable_hw_chksum_and_sg.patch b/target/linux/gemini/patches/110-disable_hw_chksum_and_sg.patch new file mode 100644 index 0000000000..b8a472c472 --- /dev/null +++ b/target/linux/gemini/patches/110-disable_hw_chksum_and_sg.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/gemini_negmac/gm_gmac.c ++++ b/drivers/net/gemini_negmac/gm_gmac.c +@@ -42,7 +42,7 @@ + #include "gm_gmac.h" + + /* #define GMAX_TX_INTR_DISABLED */ +-#define DO_HW_CHKSUM ++/* #define DO_HW_CHKSUM */ + /* #define ENABLE_TSO */ + #define GMAC_USE_TXQ0 + /* #define GMAC_LEN_1_2_ISSUE */