diff options
Diffstat (limited to 'Documentation/hwmon/w83781d')
-rw-r--r-- | Documentation/hwmon/w83781d | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/hwmon/w83781d b/Documentation/hwmon/w83781d index e5459333ba68..ac155d8b0fef 100644 --- a/Documentation/hwmon/w83781d +++ b/Documentation/hwmon/w83781d | |||
@@ -123,6 +123,25 @@ When an alarm goes off, you can be warned by a beeping signal through | |||
123 | your computer speaker. It is possible to enable all beeping globally, | 123 | your computer speaker. It is possible to enable all beeping globally, |
124 | or only the beeping for some alarms. | 124 | or only the beeping for some alarms. |
125 | 125 | ||
126 | Individual alarm and beep bits: | ||
127 | |||
128 | 0x000001: in0 | ||
129 | 0x000002: in1 | ||
130 | 0x000004: in2 | ||
131 | 0x000008: in3 | ||
132 | 0x000010: temp1 | ||
133 | 0x000020: temp2 (+temp3 on W83781D) | ||
134 | 0x000040: fan1 | ||
135 | 0x000080: fan2 | ||
136 | 0x000100: in4 | ||
137 | 0x000200: in5 | ||
138 | 0x000400: in6 | ||
139 | 0x000800: fan3 | ||
140 | 0x001000: chassis | ||
141 | 0x002000: temp3 (W83782D and W83627HF only) | ||
142 | 0x010000: in7 (W83782D and W83627HF only) | ||
143 | 0x020000: in8 (W83782D and W83627HF only) | ||
144 | |||
126 | If an alarm triggers, it will remain triggered until the hardware register | 145 | If an alarm triggers, it will remain triggered until the hardware register |
127 | is read at least once. This means that the cause for the alarm may | 146 | is read at least once. This means that the cause for the alarm may |
128 | already have disappeared! Note that in the current implementation, all | 147 | already have disappeared! Note that in the current implementation, all |