From e5e7a5307113cb7622e6b3da4d66f681e9fe3a40 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Mon, 16 Mar 2015 13:19:48 +0200 Subject: lib: Add i854 PCI ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Syrjälä --- lib/intel_chipset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/intel_chipset.h') 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) -- cgit v1.2.3