commit | b5ba6d12bdac21bc0620a5089e0f24e362645efd | [log] [tgz] |
---|---|---|
author | Ivan Vecera <ivecera@redhat.com> | Thu Jan 27 12:24:11 2011 +0100 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Fri Feb 04 10:38:06 2011 +0100 |
tree | cf05af9501d60e87977e9ff808bdabe05da85f92 | |
parent | 38db9e1db1c91c953b2a539130257ce91533c9f6 [diff] |
r8169: use RxFIFO overflow workaround for 8168c chipset. I found that one of the 8168c chipsets (concretely XID 1c4000c0) starts generating RxFIFO overflow errors. The result is an infinite loop in interrupt handler as the RxFIFOOver is handled only for ...MAC_VER_11. With the workaround everything goes fine. Signed-off-by: Ivan Vecera <ivecera@redhat.com> Acked-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Hayes <hayeswang@realtek.com>