From a57a0ac53edf40a69c5aac2bb83ccf9d6f35c4c9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 24 Sep 2009 12:17:07 +0000 Subject: 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 for the report. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4668 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/superiotool/smsc.c') diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 36035e2fab..af1dd757f2 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -276,6 +276,8 @@ static const struct superio_registers reg_table[] = { {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", { -- cgit v1.2.3