diff options
author | mischief <mischief@offblast.org> | 2018-11-14 11:33:52 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2018-11-14 11:33:52 -0800 |
commit | 744867de34c58c5d4b3a104f61cff0bc827b9c82 (patch) | |
tree | dfe3605c66ac292dfbc84f6ee129357292264061 /sys/src | |
parent | 06783edd7a66eea0285c8a7ad2fd03e5577b80ef (diff) |
ether82563: ignore i82753 checksums, fixes T60 ethernet
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/9/pc/ether82563.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index 6acf80a62..44789cd84 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -479,7 +479,7 @@ static Ctlrtype cttab[Nctlrtype] = { [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, |