From: Michel Dänzer Date: Thu, 17 Jul 2014 03:55:40 +0000 (+0900) Subject: r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~244^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9810e7bd99c922d9cedf64dbaa5ef6be412295;p=pandora-kernel.git r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40 The ethernet port on my ASUS A88X Pro mainboard stopped working several times a day, with messages like these in dmesg: AMD-Vi: Event logged [IO_PAGE_FAULT device=05:00.0 domain=0x001e address=0x0000000000003000 flags=0x0050] Searching the web for these messages led me to similar reports about different hardware supported by r8169, and eventually to commits 3ced8c955e74d319f3e3997f7169c79d524dfd06 ('r8169: enforce RX_MULTI_EN for the 8168f.') and eb2dc35d99028b698cdedba4f5522bc43e576bd2 ('r8169: RxConfig hack for the 8168evl'). So I tried this change, and it fixes the problem for me. Signed-off-by: Michel Dänzer Signed-off-by: David S. Miller --- Reading git-diff-tree failed