2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 07:15:39 +00:00

add xeontemp driver

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1978 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2003-08-25 00:11:02 +00:00
parent 2d6fb09db0
commit 103344795a
9 changed files with 516 additions and 3 deletions

View File

@@ -376,6 +376,10 @@ void do_a_print(sensors_chip_name name)
print_adm1026(&name);
else if (!strcmp(name.prefix,"lm83"))
print_lm83(&name);
else if (!strcmp(name.prefix,"lm90"))
print_lm90(&name);
else if (!strcmp(name.prefix,"xeontemp"))
print_xeontemp(&name);
else
print_unknown_chip(&name);
printf("\n");