aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/winbond.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/winbond.c
parentc928a295b3c23cc0fad0e40d9ddd9ffff3b0660a (diff)
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/winbond.c')
-rw-r--r--util/superiotool/winbond.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 88db205344..fd132bfa2a 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -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...
*/