From e9d4616a9566e29e69d3c967d35126abddd99cee Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 7 Oct 2007 20:01:23 +0000 Subject: Print a short message if no Super I/O chip could be detected (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2835 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/nsc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/superiotool/nsc.c') diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index 5bc9e9f463..242cea9f13 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -98,6 +98,7 @@ void probe_idregs_nsc(uint16_t port) printf("Found NSC %s (sid=0x%02x, srid=0x%02x) at 0x%x\n", get_superio_name(reg_table, id), id, rev, port); + chip_found = 1; dump_superio("NSC", reg_table, port, id); if (id == 0xf1) -- cgit v1.2.3