From ecf3489df8e01003495a5943f4af2700e6c20939 Mon Sep 17 00:00:00 2001 From: Omar Pakker Date: Tue, 2 May 2017 00:04:23 +0200 Subject: util/autoport: Add the PCI ID of the iGPU for the Intel i7 3770K This adds one of the Xeon labeled PCI IDs used in Sandy-/Ivy Bridge generation processors. This ID is used by the non-Xeon i7 3770K. Change-Id: Iad7745136efeb10ff745001413f4ccb6488b5ec0 Signed-off-by: Omar Pakker Reviewed-on: https://review.coreboot.org/19516 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- util/autoport/sandybridge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 86142e8cb9..65042550fd 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -144,7 +144,7 @@ func init() { for _, id := range []uint16{ 0x0102, 0x0106, 0x010a, 0x0112, 0x0116, 0x0122, 0x0126, 0x0156, - 0x0166, + 0x0162, 0x0166, } { RegisterPCI(0x8086, id, GenericVGA{GenericPCI{Comment: "VGA controller"}}) } -- cgit v1.2.3