diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-09-06 22:57:17 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-09-06 22:57:17 +0800 |
commit | e2ea72187e470c2c13adbd3fba4177bd4a0ecc37 (patch) | |
tree | aa739658aa9744a3dcc2b978cf0be0342c5b45c4 /shared-core/i915_dma.c | |
parent | 0316f93d51abc52b816e936e0ece304ac47799c3 (diff) |
Adding pci id for Crestline
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r-- | shared-core/i915_dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c index ba8c56ee..1a89514b 100644 --- a/shared-core/i915_dma.c +++ b/shared-core/i915_dma.c @@ -34,7 +34,8 @@ #define IS_I965G(dev) (dev->pdev->device == 0x2972 || \ dev->pdev->device == 0x2982 || \ dev->pdev->device == 0x2992 || \ - dev->pdev->device == 0x29A2) + dev->pdev->device == 0x29A2 || \ + dev->pdev->device == 0x2A02) /* Really want an OS-independent resettable timer. Would like to have |