From b2aedb1a3f2409b549c4094654281893b82c7435 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 29 Aug 2009 15:45:43 +0000 Subject: add i810 and ich0 Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/inteltool/memory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/inteltool/memory.c') diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 049ce828b7..a2060cbed0 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -43,7 +43,8 @@ int print_mchbar(struct pci_dev *nb) mchbar_phys = pci_read_long(nb, 0x48) & 0xfffffffe; mchbar_phys |= ((uint64_t)pci_read_long(nb, 0x4c)) << 32; break; - case 0x1234: // Dummy for non-existent functionality + case PCI_DEVICE_ID_INTEL_82810: + case PCI_DEVICE_ID_INTEL_82810DC: printf("This northbrigde does not have MCHBAR.\n"); return 1; default: -- cgit v1.2.3