diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-20 22:13:48 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-20 22:13:48 +0000 |
commit | 0702469f163e69257a7cf079eb40ae99f53c815b (patch) | |
tree | 949fecf3840017efa0a52b7f254961b200ebf71c /util/superiotool/nsc.c | |
parent | 42670a75ef557db9b93e7dc5dc1d9e1cef246ff5 (diff) |
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 <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2793 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 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); |