diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-11-02 11:11:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-11-02 11:11:40 +0000 |
commit | 3d9a12f65df48bee260c522c1c2d32343cc7fd73 (patch) | |
tree | 09afa588ab1501d4030562202a20b7090e7b9ed6 /util/inteltool/inteltool.h | |
parent | 5d7a1c844e56bc9dd101c8a900bf3284b633d04b (diff) |
inteltool 82945G/GZ/P/PL Support (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3716 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r-- | util/inteltool/inteltool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 132d46fd10..b0ca8522a1 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -35,6 +35,7 @@ #define PCI_DEVICE_ID_INTEL_ICH7MDH 0x27bd #define PCI_DEVICE_ID_INTEL_82845 0x1a30 +#define PCI_DEVICE_ID_INTEL_82945P 0x2770 #define PCI_DEVICE_ID_INTEL_82945GM 0x27a0 #define ARRAY_SIZE(a) ((int)(sizeof(a) / sizeof((a)[0]))) |