diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-08 01:59:46 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-08 01:59:46 +0000 |
commit | 0446dbbd600d2a797e1cc0cf9f6791a95670d4ab (patch) | |
tree | 9ce575b8189f3895e1fbcea314d33c1de2b479a1 /util/superiotool/smsc.c | |
parent | 14f304ace1fa238ad0b821e5e139c74d280d3188 (diff) |
Fixup a register dump attached to the wrong Super I/O. Seems something
went wrong in one of the recent commits.
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@2842 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/smsc.c')
-rw-r--r-- | util/superiotool/smsc.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 3538d1db0d..66355339a7 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -32,7 +32,7 @@ const static struct superio_registers reg_table[] = { {EOT}}}, {0x14, "LPC47M172", { {EOT}}}, - {0x40, "FDC37C672/FDC37C67x", { /* Chiprev: 0x01 */ + {0x40, "FDC37C67x", { /* E.g. FDC37C672. Chiprev: 0x01 */ {EOT}}}, {0x42, "FDC37B80x/FDC37M707", { {EOT}}}, @@ -154,6 +154,14 @@ const static struct superio_registers reg_table[] = { {0x51, "LPC47B27x", { {EOT}}}, {0x52, "LPC47B37x", { + {EOT}}}, + {0x54, "LPC47U33x", { + {EOT}}}, + {0x56, "LPC47B34x", { + {EOT}}}, + {0x57, "LPC47S42x", { + {EOT}}}, + {0x59, "LPC47M10x/112/13x", { {NOLDN, NULL, {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28, 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT}, @@ -188,14 +196,6 @@ const static struct superio_registers reg_table[] = { {0x30,0x60,0x61,0x70,EOT}, {0x00,0x03,0x30,0x05,EOT}}, {EOT}}}, - {0x54, "LPC47U33x", { - {EOT}}}, - {0x56, "LPC47B34x", { - {EOT}}}, - {0x57, "LPC47S42x", { - {EOT}}}, - {0x59, "LPC47M10x/112/13x", { - {EOT}}}, {0x5d, "LPC47B357", { /* From sensors-detect (no datasheet) */ {EOT}}}, {0x5f, "LPC47M14x", { |