2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Initial ADM1030 and ADM1031 support. Contributed by Alexandre

d'Alton.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2573 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-06-03 21:32:19 +00:00
parent 77dd1086a8
commit be77f5a4ce
9 changed files with 1046 additions and 0 deletions

View File

@@ -427,6 +427,8 @@ struct match matches[] = {
{ "xeontemp", print_xeontemp },
{ "max6650", print_max6650 },
{ "asb100", print_asb100 },
{ "adm1030", print_adm1031 },
{ "adm1031", print_adm1031 },
{ NULL, NULL }
};