summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-07-06 10:09:27 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-07-06 10:09:27 +0000
commite61ad697057d19d0d1b520f971e9f2dd9615caed (patch)
tree6073994353bf895a4c8be8579a53122d8fbfb847 /sys/dev
parent917f4f7e7a11c8392730344a07c024ffa8a3579c (diff)
sync the list of pci devices which don't require aperture
ok kettenis@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/i915/i915_devlist.h34
1 files changed, 30 insertions, 4 deletions
diff --git a/sys/dev/pci/drm/i915/i915_devlist.h b/sys/dev/pci/drm/i915/i915_devlist.h
index baa2d94b168..9c35ceecba5 100644
--- a/sys/dev/pci/drm/i915/i915_devlist.h
+++ b/sys/dev/pci/drm/i915/i915_devlist.h
@@ -118,14 +118,40 @@ static const struct pci_matchid i915_devices[] = {
{ 0x8086, 0x1616 },
{ 0x8086, 0x161b },
{ 0x8086, 0x161e },
- { 0x8086, 0x1622 },
- { 0x8086, 0x1626 },
- { 0x8086, 0x162b },
- { 0x8086, 0x162e },
{ 0x8086, 0x160a },
{ 0x8086, 0x160d },
{ 0x8086, 0x161a },
{ 0x8086, 0x161d },
+ { 0x8086, 0x1622 },
+ { 0x8086, 0x1626 },
+ { 0x8086, 0x162b },
+ { 0x8086, 0x162e },
{ 0x8086, 0x162a },
{ 0x8086, 0x162d },
+ { 0x8086, 0x22b0 },
+ { 0x8086, 0x22b1 },
+ { 0x8086, 0x22b2 },
+ { 0x8086, 0x22b3 },
+ { 0x8086, 0x1906 },
+ { 0x8086, 0x190e },
+ { 0x8086, 0x1902 },
+ { 0x8086, 0x190b },
+ { 0x8086, 0x190a },
+ { 0x8086, 0x1916 },
+ { 0x8086, 0x1921 },
+ { 0x8086, 0x191e },
+ { 0x8086, 0x1912 },
+ { 0x8086, 0x191b },
+ { 0x8086, 0x191a },
+ { 0x8086, 0x191d },
+ { 0x8086, 0x1923 },
+ { 0x8086, 0x1926 },
+ { 0x8086, 0x1927 },
+ { 0x8086, 0x192b },
+ { 0x8086, 0x192a },
+ { 0x8086, 0x0a84 },
+ { 0x8086, 0x1a84 },
+ { 0x8086, 0x1a85 },
+ { 0x8086, 0x5a84 },
+ { 0x8086, 0x5a85 },
};