diff options
author | Dave Airlie <airlied@linux.ie> | 2005-05-18 06:35:16 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-05-18 06:35:16 +0000 |
commit | 4ca48cb4d8341b699ffffc8ccd8d70006733936a (patch) | |
tree | 6327bb55f95cffab193911b5a15f5427cec66340 | |
parent | 6d4b9a830bb5678460621b652e914cbcb16d8c4c (diff) |
Add i945G pci ids to drm
From: Christopher Allen Wing <wingc@engin.umich.edu> Signed-off-by: Dave
Airlie <airlied@linux.ie>
-rw-r--r-- | shared-core/drm_pciids.txt | 1 | ||||
-rw-r--r-- | shared/drm_pciids.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index 7bcad297..d9b42e01 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -206,6 +206,7 @@ 0x8086 0x2572 0 "Intel i865G GMCH" 0x8086 0x2582 0 "Intel i915G" 0x8086 0x2592 0 "Intel i915GM" +0x8086 0x2772 0 "Intel i945G" [imagine] 0x105d 0x2309 IMAGINE_128 "Imagine 128" diff --git a/shared/drm_pciids.txt b/shared/drm_pciids.txt index 3701d01a..e03d71b6 100644 --- a/shared/drm_pciids.txt +++ b/shared/drm_pciids.txt @@ -206,4 +206,6 @@ 0x8086 0x2572 0 "Intel i865G GMCH" 0x8086 0x2582 0 "Intel i915G" 0x8086 0x2592 0 "Intel i915GM" +0x8086 0x2772 0 "Intel i945G" + |