Author: uwe
Date: 2009-05-07 02:03:18 +0200 (Thu, 07 May 2009)
New Revision: 4255

Modified:
   trunk/util/superiotool/smsc.c
Log:
Support for detecting the SMSC FDC37N869 (trivial).

No datasheet available, chip identified by probing and looking at the PCB.

Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c       2009-05-05 14:06:20 UTC (rev 4254)
+++ trunk/util/superiotool/smsc.c       2009-05-07 00:03:18 UTC (rev 4255)
@@ -531,10 +531,8 @@
                {EOT}}},
        {0x79, "SCH5504", {     /* From sensors-detect (no datasheet) */
                {EOT}}},
-#if 0
-       {0x7a, "Unknown", {     /* Found in Toshiba Satellite A80-117. */
+       {0x7a, "FDC37N869", {   /* Found in Toshiba Satellite A80-117. */
                {EOT}}},
-#endif
        {0x7c, "SCH3112", {
                {EOT}}},
        {0x7d, "SCH3114", {


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

Reply via email to