]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40
authorMichel Dänzer <michel@daenzer.net>
Thu, 17 Jul 2014 03:55:40 +0000 (12:55 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 05:23:55 +0000 (22:23 -0700)
commita8e64c1c8c29ce64735eff9912cf2203641bbfc6
treed1c8aef5aab99e0b2a36beb57eef84e4799c9b8a
parent0a0c2b53f78be901443fa2110281686d66ceb443
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
fd4208fabe1d93963bd5f212cad9cf4cc88b3e5e ('r8169: enforce RX_MULTI_EN
for the 8168f.') and 681ac0e70d75d0c0b77a1b73fc5613db6c54809a ('r8169:
RxConfig hack for the 8168evl'). So I tried this change, and it fixes
the problem for me.

Signed-off-by: Michel Dänzer <michel@daenzer.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c