diff options
author | 2020-10-05 02:27:39 +0000 | |
---|---|---|
committer | 2020-10-05 02:27:39 +0000 | |
commit | 2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143 (patch) | |
tree | f5541de55f42f7f178f195ab169e55a0e829b5c7 | |
parent | drm/i915/tgl: Add new PCI IDs to TGL (diff) | |
download | wireguard-openbsd-2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143.tar.xz wireguard-openbsd-2dfaff3c6081072d2bbfa42c6eb718cfd4ccf143.zip |
sync
-rw-r--r-- | sys/dev/pci/drm/i915/i915_devlist.h | 6 |
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 }, }; |