i915: Add support for 965GME/GLE chip.

main
Wang Zhenyu 2007-05-30 16:24:42 +08:00 committed by Keith Whitwell
parent b0c8d885ce
commit 3917f85c73
2 changed files with 3 additions and 1 deletions

View File

@ -287,6 +287,7 @@
0x8086 0x2992 CHIP_I9XX|CHIP_I965 "Intel i965Q"
0x8086 0x29A2 CHIP_I9XX|CHIP_I965 "Intel i965G"
0x8086 0x2A02 CHIP_I9XX|CHIP_I965 "Intel i965GM"
0x8086 0x2A12 CHIP_I9XX|CHIP_I965 "Intel i965GME/GLE"
[imagine]
0x105d 0x2309 IMAGINE_128 "Imagine 128"

View File

@ -35,7 +35,8 @@
dev->pci_device == 0x2982 || \
dev->pci_device == 0x2992 || \
dev->pci_device == 0x29A2 || \
dev->pci_device == 0x2A02)
dev->pci_device == 0x2A02 || \
dev->pci_device == 0x2A12)
/* Really want an OS-independent resettable timer. Would like to have