From b1e839d02652fcc5b19ee20d7feeb7e908df1c29 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 30 Jun 2010 02:02:49 -0700 Subject: intel_reg_dumper: add some 945 MI reg dumping --- lib/intel_chipset.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/intel_chipset.h') 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 || \ -- cgit v1.2.3