diff options
author | Sven Schnelle <svens@stackframe.org> | 2012-07-05 22:53:57 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2012-07-06 16:40:46 +0200 |
commit | 56dfc7c6843f22d4491bc8b79a2afca72dd40e60 (patch) | |
tree | d473a7b4eeb036fe95d8b155ed09356fa512ece9 /util/inteltool/inteltool.h | |
parent | 7b4837957544b96b98d12e3287379089d6b5f07b (diff) | |
download | coreboot-56dfc7c6843f22d4491bc8b79a2afca72dd40e60.tar.xz |
inteltool: fixup intel 5000 chipset pci ids
Change-Id: I2cd1dac0dd9a5da1000a3ffa3e1c8ee4c5c8ba43
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1175
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r-- | util/inteltool/inteltool.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index c3fa365f4a..22ebc3d346 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -86,8 +86,9 @@ #define PCI_DEVICE_ID_INTEL_ATOM_DXXX 0xa000 #define PCI_DEVICE_ID_INTEL_I63XX 0x2670 -#define PCI_DEVICE_ID_INTEL_I5000X 0x25d0 -#define PCI_DEVICE_ID_INTEL_I5000Z 0x25d4 +#define PCI_DEVICE_ID_INTEL_I5000X 0x25c0 +#define PCI_DEVICE_ID_INTEL_I5000Z 0x25d0 +#define PCI_DEVICE_ID_INTEL_I5000V 0x25d4 #define PCI_DEVICE_ID_INTEL_I5000P 0x25d8 /* untested, but almost identical to D-series */ |