summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-acer.localdomain>2010-06-30 02:02:49 -0700
committerJesse Barnes <jbarnes@jbarnes-acer.localdomain>2010-06-30 02:02:49 -0700
commitb1e839d02652fcc5b19ee20d7feeb7e908df1c29 (patch)
treeab62336a67206286cb3db2d1bb2ef4031b074493 /lib/intel_chipset.h
parentbe6e1a53fc0fadedf24839e11d0bd2e0faca5126 (diff)
intel_reg_dumper: add some 945 MI reg dumping
Diffstat (limited to 'lib/intel_chipset.h')
-rwxr-xr-xlib/intel_chipset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index c7ffcab2..02853322 100755
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -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 || \