git: 9front

Download patch

ref: b177ddf6bb174b8a662711f2023b0b79cf1cc353
parent: ee72951f0594032b1d6f9856c9ac2abdb8220c66
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Aug 29 15:38:29 EDT 2017

ether82563: make the ethernet of thinkpad p50 work (thanks sam-d)

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -494,7 +494,7 @@
 [i210]		"i210",		9728,	F75|Fnofct|Fert,
 [i217]		"i217",		9728,	Fload|Fnofct|Fert|Fbadcsum,
 [i218]		"i218",		9728,	Fload|Fert|F79phy|Fnofct|Fbadcsum,
-[i219]		"i219",		9728,	Fload|Fert|F79phy|Fnofct,
+[i219]		"i219",		9728,	Fload|Fert|F79phy|Fnofct|Fbadcsum,
 [i350]		"i350",		9728,	F75|F79phy|Fnofct,
 };
 
--