From 0de56a9913681c2e76942ca493f70303bb3ef223 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 12 Jan 2019 19:37:37 +0100 Subject: [PATCH] ether82563: use 9018 byte mtu from datasheet for i217, i218, i219 --- sys/src/9/pc/ether82563.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index fb90a8738..a9f8380f1 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -491,9 +491,9 @@ static Ctlrtype cttab[Nctlrtype] = { [i82580] "i82580", 9728, F75|F79phy, [i82583] "i82583", 1514, 0, [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|Fbadcsum, +[i217] "i217", 9018, Fload|Fnofct|Fert|Fbadcsum, +[i218] "i218", 9018, Fload|Fert|F79phy|Fnofct|Fbadcsum, +[i219] "i219", 9018, Fload|Fert|F79phy|Fnofct|Fbadcsum, [i350] "i350", 9728, F75|F79phy|Fnofct, };