1Kernel driver ftsteutates
2=========================
3
4Supported chips:
5
6  * FTS Teutates
7
8    Prefix: 'ftsteutates'
9
10    Addresses scanned: I2C 0x73 (7-Bit)
11
12Author: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com>
13
14
15Description
16-----------
17
18The BMC Teutates is the Eleventh generation of Superior System
19monitoring and thermal management solution. It is builds on the basic
20functionality of the BMC Theseus and contains several new features and
21enhancements. It can monitor up to 4 voltages, 16 temperatures and
228 fans. It also contains an integrated watchdog which is currently
23implemented in this driver.
24
25The 4 voltages require a board-specific multiplier, since the BMC can
26only measure voltages up to 3.3V and thus relies on voltage dividers.
27Consult your motherboard manual for details.
28
29To clear a temperature or fan alarm, execute the following command with the
30correct path to the alarm file::
31
32	echo 0 >XXXX_alarm
33
34Specification of the chip can be found here:
35
36- ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&Watchdog&GPIO/BMC-Teutates_Specification_V1.21.pdf
37- ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&Watchdog&GPIO/Fujitsu_mainboards-1-Sensors_HowTo-en-US.pdf
38