diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-06-01 22:03:44 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-06-10 14:31:30 +1000 |
commit | 2f4042b186b9bfe82f48fe801619c6c285c16bef (patch) | |
tree | 94b0953deeab409a0283bd81fc7c58532207ce3e /drivers/char/drm/drm_pciids.h | |
parent | 845a2fdcbd5bc5b9f652201ee95c825827a1d521 (diff) | |
download | blackbird-op-linux-2f4042b186b9bfe82f48fe801619c6c285c16bef.tar.gz blackbird-op-linux-2f4042b186b9bfe82f48fe801619c6c285c16bef.zip |
i915: add new pciids for 945GME, 965GME/GLE
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drm_pciids.h')
-rw-r--r-- | drivers/char/drm/drm_pciids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/drm/drm_pciids.h b/drivers/char/drm/drm_pciids.h index 177ccc07f968..e908462051fd 100644 --- a/drivers/char/drm/drm_pciids.h +++ b/drivers/char/drm/drm_pciids.h @@ -300,10 +300,12 @@ {0x8086, 0x2592, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2772, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x27a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x8086, 0x27ae, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2972, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2982, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2992, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x29a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x8086, 0x2a12, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0, 0, 0} |