Various superiotool fixes.

- IT8671F/IT8687R:

    - Fix typo: Parallel port register 0x60 value is 0x03 (not 0x01).
  
    - Fix typo: APC register 0xf6 is 0x00.
  
    - Drop register 0x07 (LDN 0 / none), that's not useful and not listed in
      any of the other Super I/Os either, it always contains the LDN number
      selected "last time", which is useless.
    
    - Fix indentation and other cosmetics.
  
  - Cosmetics, and consistency fixes in LDN names of 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@5549 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2010-05-14 16:40:55 +00:00
parent c928a295b3
commit 4bdd6438f8
3 changed files with 59 additions and 46 deletions

View File

@@ -243,7 +243,8 @@ static const struct superio_registers reg_table[] = {
{0x9771, "W83977F-A/G-A/AF-A/AG-A", {
{EOT}}},
{0x9777, "W83977AF", {
/* W83977AF as found on the Advantech PCM-5820. We weren't able
/*
* W83977AF as found on the Advantech PCM-5820. We weren't able
* to find a datasheet (so far) which lists the 0x77 revision,
* but the hardware is there in the wild, so detect it...
*/