diff options
author | Ioannis Barkas <tripl3fault@yahoo.com> | 2009-06-12 14:20:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-12 14:20:27 +0000 |
commit | 3ba18a67eb4e4bea8801633517ee2b56e471c648 (patch) | |
tree | d96b62e64428f3adbd1e0ae18d8a3d80b591310f /util/superiotool/winbond.c | |
parent | 124d8767dac8827be3104db1e1d710c32813d8d3 (diff) | |
download | coreboot-3ba18a67eb4e4bea8801633517ee2b56e471c648.tar.xz |
Fix typo in Winbond W83977TF register listing.
Signed-off-by: Ioannis Barkas <tripl3fault@yahoo.com>
Signed-off-by: Nikos Barkas <levelwol@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4356 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r-- | util/superiotool/winbond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index d5d9275247..53cad6c737 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -285,7 +285,7 @@ static const struct superio_registers reg_table[] = { 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}}, {0xa, "ACPI", {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0xe0,0xe1, - 0x02,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6, + 0xe2,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6, 0xf7,0xfe,0xff,EOT}, {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, NANA,MISC,RSVD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, |