From 0dae44c71f695708a633512199dd10e4f765e44f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 7 May 2009 00:03:18 +0000 Subject: Support for detecting the SMSC FDC37N869 (trivial). No datasheet available, chip identified by probing and looking at the PCB. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4255 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util/superiotool') diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 4d28ef7805..26e3e45e55 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -531,10 +531,8 @@ static const struct superio_registers reg_table[] = { {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", { -- cgit v1.2.3