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.c | |
parent | 5d7a1c844e56bc9dd101c8a900bf3284b633d04b (diff) | |
download | coreboot-3d9a12f65df48bee260c522c1c2d32343cc7fd73.tar.xz |
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.c')
-rw-r--r-- | util/inteltool/inteltool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c index ff17d9b168..94542c98e0 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -31,6 +31,7 @@ static const struct { char *name; } supported_chips_list[] = { { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82845, "i845" }, + { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82945P, "i945P" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82945GM, "i945GM" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7MDH, "ICH7-M DH" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7M, "ICH7-M" }, |