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
This commit is contained in:
Uwe Hermann
2007-09-20 22:13:48 +00:00
parent 42670a75ef
commit 0702469f16
5 changed files with 115 additions and 115 deletions

View File

@@ -61,6 +61,7 @@ void probe_idregs_smsc(uint16_t port)
if (superio_unknown(reg_table, id)) {
no_superio_found(port);
exit_conf_mode_smsc(port);
return;
}