summaryrefslogtreecommitdiff
path: root/util/superiotool/fintek.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-05-14 16:40:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-05-14 16:40:55 +0000
commit4bdd6438f83e5c07cc34ecacbb0508b40b319a31 (patch)
treec935dd4fba17ebf8b663f9e2c8326f2976aca75a /util/superiotool/fintek.c
parentc928a295b3c23cc0fad0e40d9ddd9ffff3b0660a (diff)
downloadcoreboot-4bdd6438f83e5c07cc34ecacbb0508b40b319a31.tar.xz
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
Diffstat (limited to 'util/superiotool/fintek.c')
-rw-r--r--util/superiotool/fintek.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c
index 20ba74e8a6..013d78de74 100644
--- a/util/superiotool/fintek.c
+++ b/util/superiotool/fintek.c
@@ -37,13 +37,13 @@ static const struct superio_registers reg_table[] = {
0x2b,0x2c,0x2d,EOT},
{0x06,0x01,0x19,0x34,0x00,0x00,MISC,0x00,0x00,0x00,
0x00,0x00,0x08,EOT}},
- {0x0, "FDC",
+ {0x0, "Floppy",
{0x30,0x60,0x61,0x70,0x74,0xf0,0xf2,0xf4,EOT},
{0x01,0x03,0xf0,0x06,0x02,0x0e,0x03,0x00,EOT}},
- {0x1, "UART1",
+ {0x1, "COM1",
{0x30,0x60,0x61,0x70,0xf0,EOT},
{0x01,0x03,0xf8,0x04,0x00,EOT}},
- {0x2, "UART2",
+ {0x2, "COM2",
{0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
{0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
{0x3, "Parallel port",