From 5142dcd530e27c5a94612a532b2deaf229670223 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Sat, 23 Jan 2010 21:51:10 +0000 Subject: Add detection support for the Winbond W83667HG Super I/O. $ sudo ./superiotool superiotool r4931 Found Winbond W83667HG (id=0xa5, rev=0x13) at 0x2e Details: http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023683.html Signed-off-by: David Bartley Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5046 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/winbond.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/superiotool/winbond.c') diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index aaeb551d55..c342b50c71 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -235,6 +235,9 @@ static const struct superio_registers reg_table[] = { {EOT}}}, {0xa23, "W83627UHG", {/* TODO: Not yet in sensors-detect */ {EOT}}}, + {0xa51, "W83667HG", { + /* See also: http://lists.lm-sensors.org/pipermail/lm-sensors/2008-July/023683.html */ + {EOT}}}, /* ID and rev */ {0x9771, "W83977F-A/G-A/AF-A/AG-A", { -- cgit v1.2.3