diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-12-20 03:58:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-12-20 03:58:43 +0000 |
commit | cb22fb08a779d25ad3e91f0bc6a51ed16c213305 (patch) | |
tree | 6f4ca0b8c69ab41895d5c14ee89f37c9e81c89c2 /sys/dev/pci/drm/i915 | |
parent | b0cd514bd17fc3ef784581ccf88e51a42e3559b8 (diff) |
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
Diffstat (limited to 'sys/dev/pci/drm/i915')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_devlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/i915_devlist.h b/sys/dev/pci/drm/i915/i915_devlist.h index 14e61496be3..2bda85c25cb 100644 --- a/sys/dev/pci/drm/i915/i915_devlist.h +++ b/sys/dev/pci/drm/i915/i915_devlist.h @@ -38,7 +38,6 @@ static const struct pci_matchid i915_devices[] = { { 0x8086, 0x0106 }, { 0x8086, 0x0116 }, { 0x8086, 0x0126 }, - { 0x8086, 0x016a }, { 0x8086, 0x0156 }, { 0x8086, 0x0166 }, { 0x8086, 0x0152 }, |