summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-13 16:20:45 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-13 16:20:45 +0800
commit80095ffe01efe79983c2124ecc99ce979d7ac6a9 (patch)
treeecce85d286df67cacc577daa31dabee323f6a9fb /shared-core/i915_dma.c
parent2a2d72623306de01e620485169721c790167d2b1 (diff)
i915: Add 965GM pci id update
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r--shared-core/i915_dma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 9624fac4..7e2fbd7d 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -34,7 +34,8 @@
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
dev->pci_device == 0x2982 || \
dev->pci_device == 0x2992 || \
- dev->pci_device == 0x29A2)
+ dev->pci_device == 0x29A2 || \
+ dev->pci_device == 0x2A02)
/* Really want an OS-independent resettable timer. Would like to have