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

(mds) Add via686a integrated sensors support. Untested.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@742 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-03-04 16:14:08 +00:00
parent 476eb39e0a
commit 40ccaaa658
8 changed files with 1011 additions and 1 deletions

View File

@@ -262,6 +262,8 @@ void do_a_print(sensors_chip_name name)
print_lm78(&name);
else if (!strcmp(name.prefix,"sis5595"))
print_sis5595(&name);
else if (!strcmp(name.prefix,"via686a"))
print_via686a(&name);
else if (!strcmp(name.prefix,"lm80"))
print_lm80(&name);
else if (!strcmp(name.prefix,"gl518sm"))