ref: ca8297bbe2bd644b16416edd561140488a6bdec5
parent: 847ee473c44b272f3797546bf75ff8c6a4f70997
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Oct 11 17:38:12 EDT 2019
ether82563: fix multicast for i210 MTA has 128 entries, according to section 8.10.15 in the datasheet. this fixes ipv6 in apu2 which has 3x i210 (8086/157b).
--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -766,7 +766,6 @@
case i82577:
case i82577m:
case i82579:
- case i210:
case i217:
case i218:
case i219:
--
⑨