Revert origin crestline pci id patch

main
Wang Zhenyu 2007-02-02 09:51:38 +08:00
parent 3886b7e629
commit 9907b32c67
2 changed files with 1 additions and 3 deletions

View File

@ -278,7 +278,6 @@
0x8086 0x2982 0 "Intel i965G" 0x8086 0x2982 0 "Intel i965G"
0x8086 0x2992 0 "Intel i965Q" 0x8086 0x2992 0 "Intel i965Q"
0x8086 0x29A2 0 "Intel i965G" 0x8086 0x29A2 0 "Intel i965G"
0x8086 0x2A02 0 "Intel Crestline"
[imagine] [imagine]
0x105d 0x2309 IMAGINE_128 "Imagine 128" 0x105d 0x2309 IMAGINE_128 "Imagine 128"

View File

@ -34,8 +34,7 @@
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \ #define IS_I965G(dev) (dev->pci_device == 0x2972 || \
dev->pci_device == 0x2982 || \ dev->pci_device == 0x2982 || \
dev->pci_device == 0x2992 || \ 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 /* Really want an OS-independent resettable timer. Would like to have