2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Fujitsu Poseidon support from Hermann Jung <hej@odn.de>

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1179 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-09-18 15:20:15 +00:00
parent 27fb86918e
commit d78cb7b93b
13 changed files with 1188 additions and 1 deletions

View File

@@ -333,6 +333,8 @@ void do_a_print(sensors_chip_name name)
print_ddcmon(&name);
else if (!strcmp(name.prefix,"eeprom"))
print_eeprom(&name);
else if (!strcmp(name.prefix,"fscpos"))
print_fscpos(&name);
else
print_unknown_chip(&name);
printf("\n");