diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_devlist.h | 1 | ||||
-rw-r--r-- | sys/dev/pci/drm/include/drm/i915_pciids.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915/i915_devlist.h b/sys/dev/pci/drm/i915/i915_devlist.h index 3b7d941d2c0..0b0dfba5b30 100644 --- a/sys/dev/pci/drm/i915/i915_devlist.h +++ b/sys/dev/pci/drm/i915/i915_devlist.h @@ -248,6 +248,7 @@ static const struct pci_matchid i915_devices[] = { { 0x8086, 0x4551 }, { 0x8086, 0x4555 }, { 0x8086, 0x4557 }, + { 0x8086, 0x4570 }, { 0x8086, 0x4571 }, { 0x8086, 0x4e51 }, { 0x8086, 0x4e55 }, diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h index 4a4c190f769..92205054e54 100644 --- a/sys/dev/pci/drm/include/drm/i915_pciids.h +++ b/sys/dev/pci/drm/include/drm/i915_pciids.h @@ -588,6 +588,7 @@ INTEL_VGA_DEVICE(0x4551, info), \ INTEL_VGA_DEVICE(0x4555, info), \ INTEL_VGA_DEVICE(0x4557, info), \ + INTEL_VGA_DEVICE(0x4570, info), \ INTEL_VGA_DEVICE(0x4571, info) /* JSL */ |