From 9907b32c6790f6e9dad42cdce60e3b1b457233e5 Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Fri, 2 Feb 2007 09:51:38 +0800 Subject: Revert origin crestline pci id patch --- shared-core/i915_dma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shared-core/i915_dma.c') 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 -- cgit v1.2.3