summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-10-05 02:27:39 +0000
committerjsg <jsg@openbsd.org>2020-10-05 02:27:39 +0000
commit2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143 (patch)
treef5541de55f42f7f178f195ab169e55a0e829b5c7
parentdrm/i915/tgl: Add new PCI IDs to TGL (diff)
downloadwireguard-openbsd-2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143.tar.xz
wireguard-openbsd-2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143.zip
sync
-rw-r--r--sys/dev/pci/drm/i915/i915_devlist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/i915_devlist.h b/sys/dev/pci/drm/i915/i915_devlist.h
index c0548f1a443..14e61496be3 100644
--- a/sys/dev/pci/drm/i915/i915_devlist.h
+++ b/sys/dev/pci/drm/i915/i915_devlist.h
@@ -258,11 +258,15 @@ static const struct pci_matchid i915_devices[] = {
{ 0x8086, 0x8a54 },
{ 0x8086, 0x8a51 },
{ 0x8086, 0x8a5d },
- { 0x8086, 0x9a49 },
{ 0x8086, 0x9a40 },
+ { 0x8086, 0x9a49 },
{ 0x8086, 0x9a59 },
{ 0x8086, 0x9a60 },
{ 0x8086, 0x9a68 },
{ 0x8086, 0x9a70 },
{ 0x8086, 0x9a78 },
+ { 0x8086, 0x9ac0 },
+ { 0x8086, 0x9ac9 },
+ { 0x8086, 0x9ad9 },
+ { 0x8086, 0x9af8 },
};