summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/inteltool/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c
index a536d39e01..6df878255d 100644
--- a/util/inteltool/memory.c
+++ b/util/inteltool/memory.c
@@ -237,6 +237,7 @@ int print_mchbar(struct pci_dev *nb, struct pci_access *pacc, const char *dump_s
break;
default:
printf("Error: Dumping MCHBAR on this northbridge is not (yet) supported.\n");
+ printf("Error: Unknown PCI id: %08x/%08x\n", nb->vendor_id, nb->device_id);
return 1;
}