diff options
author | 2020-12-20 03:58:42 +0000 | |
---|---|---|
committer | 2020-12-20 03:58:42 +0000 | |
commit | d0a340aff7b086f6f5f2546b5b8c9c75be2d86a5 (patch) | |
tree | acc9b4e44bbe1a4ccb93946fd998661bd083b6a2 | |
parent | test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok() (diff) | |
download | wireguard-openbsd-d0a340aff7b086f6f5f2546b5b8c9c75be2d86a5.tar.xz wireguard-openbsd-d0a340aff7b086f6f5f2546b5b8c9c75be2d86a5.zip |
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
-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 }, |