diff options
author | Pat Erley <pat-lkml@erley.org> | 2010-04-21 06:23:19 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2010-04-21 06:23:19 +0000 |
commit | ca3548e79fd9005d9e9a5694b438bedd87e70560 (patch) | |
tree | e876c22a23b1b9298b5f33d73349f9ffd8cbacb4 /util/inteltool/memory.c | |
parent | 7b769126d0065e237eea2fcb0b8218781faf4d1c (diff) |
This patch adds:
ICH6 Southbridge,
82915 Series Northbridge,
P4 6xx Series CPU
to inteltool
Tested on my Clevo D900T, based on ICH6 and i915P, with a p4 630
installed.
Signed-off-by: Pat Erley <pat-lkml@erley.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/memory.c')
-rw-r--r-- | util/inteltool/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index b0db13ce20..5c5a07e03a 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -34,6 +34,7 @@ int print_mchbar(struct pci_dev *nb) printf("\n============= MCHBAR ============\n\n"); switch (nb->device_id) { + case PCI_DEVICE_ID_INTEL_82915: case PCI_DEVICE_ID_INTEL_82945GM: case PCI_DEVICE_ID_INTEL_82945P: case PCI_DEVICE_ID_INTEL_82975X: |