From 7e7e9ac6078efb61ce7b531b084a410cb73e1b92 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 19 Sep 2007 15:52:23 +0000 Subject: Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG. Various minor fixes and improvements (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2789 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/ite.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/superiotool/ite.c') diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index e042fb7862..f02f846c7f 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -259,8 +259,7 @@ void probe_idregs_ite(uint16_t port) printf("Super I/O found at 0x%02x: id=0x%04x, chipver=0x%01x\n", port, id, chipver); - if (dump) - dump_ite(port, id); + dump_ite(port, id); exit_conf_mode_ite(port); } -- cgit v1.2.3