From 0702469f163e69257a7cf079eb40ae99f53c815b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Sep 2007 22:13:48 +0000 Subject: Fix up and generalize the ITE IT8708F code. It was only working out of pure luck (and broken code elsewhere). Needs some more fixing. Add more LDN descriptions to various Super I/Os. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2793 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 c308256e7f..ec9b326192 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -63,6 +63,7 @@ void probe_idregs_simple(uint16_t port) outb(0x20, port); if (inb(port) != 0x20) { no_superio_found(port); + /* TODO: Exit config mode? */ return; } id = inb(port + 1); -- cgit v1.2.3