Author: uwe Date: 2009-06-12 16:20:27 +0200 (Fri, 12 Jun 2009) New Revision: 4356
Modified: trunk/util/superiotool/winbond.c Log: Fix typo in Winbond W83977TF register listing. Signed-off-by: Ioannis Barkas <[email protected]> Signed-off-by: Nikos Barkas <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/util/superiotool/winbond.c =================================================================== --- trunk/util/superiotool/winbond.c 2009-06-11 18:27:41 UTC (rev 4355) +++ trunk/util/superiotool/winbond.c 2009-06-12 14:20:27 UTC (rev 4356) @@ -285,7 +285,7 @@ 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, -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

