[coreboot] [v2] r4668 - trunk/util/superiotool

svn at coreboot.org svn at coreboot.org
Thu Sep 24 14:17:07 CEST 2009


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 <maciej.pijanka at gmail.com> for the report.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



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", {





More information about the coreboot mailing list