Author: uwe
Date: 2007-10-16 23:56:32 +0200 (Tue, 16 Oct 2007)
New Revision: 2865

Modified:
   trunk/util/superiotool/winbond.c
Log:
Add detection support for the Winbond W83977AF as found in the
Advantech PCM-5820 board (confirmed by Erwan Velu <[EMAIL PROTECTED]>
on IRC). Trivial (and tested) patch.

Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>
Acked-by: Uwe Hermann <[EMAIL PROTECTED]>



Modified: trunk/util/superiotool/winbond.c
===================================================================
--- trunk/util/superiotool/winbond.c    2007-10-16 21:18:43 UTC (rev 2864)
+++ trunk/util/superiotool/winbond.c    2007-10-16 21:56:32 UTC (rev 2865)
@@ -199,6 +199,12 @@
        /* ID and rev */
        {0x9771, "W83977F-A/G-A/AF-A/AG-A", {
                {EOT}}},
+       {0x9777, "W83977AF", {
+               /* 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...
+                */
+               {EOT}}},
        {0x9773, "W83977TF", {
                {NOLDN, NULL,
                        {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,0x2b,


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to