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

svn at coreboot.org svn at coreboot.org
Thu May 7 02:03:18 CEST 2009


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





More information about the coreboot mailing list