summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-13 16:17:38 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-13 16:17:38 +0800
commit3234b290585235e3ce7db99dfeb1714ccc1f6697 (patch)
tree7e91f60c4f35637e93f8e730c878d9b096654230 /shared-core/i915_dma.c
parent77a6d8ae938e14051da3039414b64ff060746de6 (diff)
Revert "Add Intel 965GM chipset support"
This would be updated with external pci id file change.
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r--shared-core/i915_dma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index a2f1243a..912fe0b1 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -34,8 +34,7 @@
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
dev->pci_device == 0x2982 || \
dev->pci_device == 0x2992 || \
- dev->pci_device == 0x29A2 || \
- dev->pci_device == 0x2A02)
+ dev->pci_device == 0x29A2)
/* Really want an OS-independent resettable timer. Would like to have