summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-03-16 13:19:48 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2015-03-24 15:30:20 +0200
commite5e7a5307113cb7622e6b3da4d66f681e9fe3a40 (patch)
treede3cb154f986d22d7aa4313198dfbc715c7c1d3a /lib/intel_chipset.h
parent978881801e6cb69e27f9a3b016bc7b88d3b13a1d (diff)
lib: Add i854 PCI ID
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index e3ce603c..bd1b9ede 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -59,6 +59,7 @@ void intel_check_pch(void);
#define PCI_CHIP_I830_M 0x3577
#define PCI_CHIP_845_G 0x2562
+#define PCI_CHIP_I854_G 0x358e
#define PCI_CHIP_I855_GM 0x3582
#define PCI_CHIP_I865_G 0x2572
@@ -245,6 +246,7 @@ void intel_check_pch(void);
#define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \
(devid) == PCI_CHIP_845_G || \
+ (devid) == PCI_CHIP_I854_G || \
(devid) == PCI_CHIP_I855_GM || \
(devid) == PCI_CHIP_I865_G)