2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

(mds) add lm87 support to 'sensors'. Rename SYSCTL_* values to standard

TEMP[1-3], etc. No fan2 support in driver yet.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@953 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-12-16 17:07:24 +00:00
parent 6b26ed4118
commit ab321d5243
6 changed files with 246 additions and 53 deletions

View File

@@ -294,6 +294,8 @@ void do_a_print(sensors_chip_name name)
print_via686a(&name);
else if (!strcmp(name.prefix,"lm80"))
print_lm80(&name);
else if (!strcmp(name.prefix,"lm87"))
print_lm87(&name);
else if (!strcmp(name.prefix,"gl518sm"))
print_gl518(&name);
else if (!strcmp(name.prefix,"adm1025"))