Author: uwe
Date: 2009-09-24 14:17:07 +0200 (Thu, 24 Sep 2009)
New Revision: 4668

Modified:
   trunk/util/superiotool/smsc.c
Log:
Add detection support for the SMSC FDC37M602.

The ID was found on a Biostar M6TLD board (not mentioned in the
FDC37M60x datasheet, though).

Thanks Maciej Pijanka <[email protected]> for the report.

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-09-24 09:28:41 UTC (rev 4667)
+++ trunk/util/superiotool/smsc.c       2009-09-24 12:17:07 UTC (rev 4668)
@@ -276,6 +276,8 @@
                        {0x30,0x60,0x61,0x70,0xf0,EOT},
                        {0x00,0x00,0x00,NANA,NANA,EOT}},
                {EOT}}},
+       {0x46, "FDC37M602", {   /* Found in Biostar M6TLD. */
+               {EOT}}},
        {0x47, "FDC37M60x", {   /* TODO: Not yet in sensors-detect */
                {EOT}}},
        {0x4c, "FDC37B72x", {


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

Reply via email to