diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2022-08-09 07:57:59 +0000 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2022-08-09 07:57:59 +0000 |
commit | 7e0cdf428a5c2a349293d973b0d07a1affa31e27 (patch) | |
tree | 95ea371400214cd183fe6ab81acdb26d9175b1cf /sys/src/cmd/aux/vga | |
parent | 9e8fc02528d531c922e75395b5a7037904445d4b (diff) |
igfx: Add support for Xeon E3-1200v3
Diffstat (limited to 'sys/src/cmd/aux/vga')
-rw-r--r-- | sys/src/cmd/aux/vga/igfx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c index 5b95ab929..1952a55fd 100644 --- a/sys/src/cmd/aux/vga/igfx.c +++ b/sys/src/cmd/aux/vga/igfx.c @@ -379,6 +379,7 @@ devtype(Igfx *igfx) case 0x3185: /* UHD 600 - 9.5 Gen Core */ case 0x1616: /* HD 5500 - 5th Gen Core */ case 0x0412: /* HD 4600 - 4th Gen Core */ + case 0x041a: /* HD 4600 - Xeon E3-1200v3 Core */ return TypeHSW; case 0x0166: /* 3rd Gen Core - ThinkPad X230 */ case 0x0152: /* 2nd/3rd Gen Core - Core-i3 */ |