diff options
Diffstat (limited to 'util/superiotool/nsc.c')
-rw-r--r-- | util/superiotool/nsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |