diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-30 13:30:36 +0100 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-30 13:37:16 +0100 |
commit | 54a5aedec69bac62bf9bb5f65e431130507235fb (patch) | |
tree | 6aaa5ac2568077f6d51c66bd8b980a2ac0e5cb47 /util/inteltool/inteltool.h | |
parent | 4c2bfb6256da0a4ffab94b3e810b9489e63a5c16 (diff) |
inteltool: Add Intel i63xx I/O Controller Hub
Change-Id: Iaea7e4d1b206d43661ecb61d2ae517723fb8d008
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/356
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r-- | util/inteltool/inteltool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index bddd17c333..1bfb3d1bf4 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -84,7 +84,7 @@ #define PCI_DEVICE_ID_INTEL_X58 0x3405 #define PCI_DEVICE_ID_INTEL_SCH_POULSBO 0x8100 #define PCI_DEVICE_ID_INTEL_ATOM_DXXX 0xa000 - +#define PCI_DEVICE_ID_INTEL_I63XX 0x2670 /* untested, but almost identical to D-series */ #define PCI_DEVICE_ID_INTEL_ATOM_NXXX 0xa010 |