diff options
author | David Bartley <dtbartle@csclub.uwaterloo.ca> | 2010-01-23 21:51:10 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-01-23 21:51:10 +0000 |
commit | 5142dcd530e27c5a94612a532b2deaf229670223 (patch) | |
tree | 40f735cb16d72f405ffa130015d195ce88497110 | |
parent | b850eb8e478c6f2ee8526019488e96a6f41c0adb (diff) |
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 <dtbartle@csclub.uwaterloo.ca>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5046 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/superiotool/winbond.c | 3 |
1 files changed, 3 insertions, 0 deletions
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", { |