git: 9front

Download patch

ref: 4e4d29a77ef05a951fbd477178d5fb7d92cb57e1
parent: f7678a299254ec33beb22fc52484964c7f92ffb5
author: mischief <mischief@offblast.org>
date: Wed Nov 14 06:33:52 EST 2018

ether82563: ignore i82753 checksums, fixes T60 ethernet

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -479,7 +479,7 @@
 [i82567m]	"i82567m",	1514,	Fload,
 [i82571]	"i82571",	9234,	Fpba,
 [i82572]	"i82572",	9234,	Fpba,
-[i82573]	"i82573",	8192,	Fert,		/* terrible perf above 8k */
+[i82573]	"i82573",	8192,	Fert|Fbadcsum,		/* terrible perf above 8k */
 [i82574]	"i82574",	9018,	0,
 [i82575]	"i82575",	9728,	F75|Fflashea,
 [i82576]	"i82576",	9728,	F75,
--