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:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user