intel_reg_dumper: add some 945 MI reg dumping

This commit is contained in:
Jesse Barnes
2010-06-30 02:02:49 -07:00
parent be6e1a53fc
commit b1e839d026
3 changed files with 58 additions and 1 deletions
+3
View File
@@ -96,6 +96,9 @@
devid == PCI_CHIP_E7221_G || \
devid == PCI_CHIP_I915_GM)
#define IS_945GM(devid) (devid == PCI_CHIP_I945_GM || \
devid == PCI_CHIP_I945_GME)
#define IS_945(devid) (devid == PCI_CHIP_I945_G || \
devid == PCI_CHIP_I945_GM || \
devid == PCI_CHIP_I945_GME || \