diff -r 562936b18926 sys/src/9/pc/audiohda.c --- a/sys/src/9/pc/audiohda.c Wed Aug 09 18:53:48 2017 +0200 +++ b/sys/src/9/pc/audiohda.c Tue Aug 29 08:12:30 2017 +0000 @@ -1749,6 +1749,7 @@ case (0x8086 << 16) | 0x8c20: /* Intel 8 Series/C220 Series */ case (0x8086 << 16) | 0x9c20: /* Intel 8 Series Lynx Point */ case (0x8086 << 16) | 0x9ca0: /* Intel Wildcat Point */ + case (0x8086 << 16) | 0xa170: /* Intel Sunrise Point-H */ case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */ case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */ @@ -1871,6 +1872,7 @@ case 0x8c20: case 0x9c20: case 0x9ca0: + case 0xa170: pcicfgw16(p, 0x78, pcicfgr16(p, 0x78) & ~0x800); } } diff -r 562936b18926 sys/src/9/pc/ether82563.c --- a/sys/src/9/pc/ether82563.c Wed Aug 09 18:53:48 2017 +0200 +++ b/sys/src/9/pc/ether82563.c Tue Aug 29 08:12:30 2017 +0000 @@ -490,7 +490,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, };