diff -r f23608703701 lib/vgadb --- a/lib/vgadb Sun Oct 13 09:02:04 2019 +0200 +++ b/lib/vgadb Mon Oct 14 22:36:21 2019 +0200 @@ -437,6 +437,7 @@ vid=0x8086 did=0x2a42 # Intel 4 Series Mobile vid=0x8086 did=0x0a16 # Intel 4th Gen Core (HD 4400) vid=0x8086 did=0x0412 # Intel 4th Gen Core (HD 4600) + vid=0x8086 did=0x0402 # Xeon E3-1200 v3/4th Gen Core Processor link=vga hwgc=igfxhwgc ctlr=igfx linear=1 diff -r f23608703701 sys/src/cmd/aux/vga/igfx.c --- a/sys/src/cmd/aux/vga/igfx.c Sun Oct 13 09:02:04 2019 +0200 +++ b/sys/src/cmd/aux/vga/igfx.c Mon Oct 14 22:36:21 2019 +0200 @@ -367,6 +367,7 @@ igfx->isult = 1; /* wet floor */ case 0x0412: /* HD 4600 - 4th Gen Core */ + case 0x0402: /* Xeon E3-1200 v3/4th Gen Core Processor */ return TypeHSW; case 0x0166: /* 3rd Gen Core - ThinkPad X230 */ case 0x0152: /* 2nd/3rd Gen Core - Core-i3 */