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
This commit is contained in:
parent
b850eb8e47
commit
5142dcd530
|
@ -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", {
|
||||
|
|
Loading…
Reference in New Issue