Changeset 348
- Timestamp:
- 03/29/99 02:57:31 (14 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
etc/sensors.conf.eg (modified) (3 diffs)
-
kernel/chips/w83781d.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/etc/sensors.conf.eg
r327 r348 202 202 # Rather than an internal inverting op amp, the 82d/83s use standard positive 203 203 # inputs and the negative voltages are level shifted by a 3.6V reference. 204 # The math is convoluted, hope that your motherboard uses the recommended205 # resistor values.204 # The math is convoluted, so we hope that your motherboard 205 # uses the recommended resistor values. 206 206 207 207 label in0 "VCore 1" … … 221 221 compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) 222 222 223 # set limits to 5% for the critical voltages 224 # set limits to 10% for the non-critical voltages 225 # set limits to 20% for the battery voltage 223 226 set in0_min vid*0.95 224 227 set in0_max vid*1.05 … … 229 232 set in3_min 5.0 * 0.95 230 233 set in3_max 5.0 * 1.05 231 set in4_min 12 * 0.9 5232 set in4_max 12 * 1. 05233 set in5_min -12 * 0.9 5234 set in5_max -12 * 1. 05234 set in4_min 12 * 0.90 235 set in4_max 12 * 1.10 236 set in5_min -12 * 0.90 237 set in5_max -12 * 1.10 235 238 set in6_min -5 * 0.95 236 239 set in6_max -5 * 1.05 237 240 set in7_min 5 * 0.95 238 241 set in7_max 5 * 1.05 239 set in8_min 3. 3 * 0.95240 set in8_max 3. 3 * 1.05242 set in8_min 3.0 * 0.80 243 set in8_max 3.0 * 1.20 241 244 242 245 -
lm-sensors/trunk/kernel/chips/w83781d.c
r344 r348 186 186 #define W83781D_INIT_IN_6 (((-500) * -604)/909) 187 187 #define W83781D_INIT_IN_7 (((500) * 100)/168) 188 #define W83781D_INIT_IN_8 3 30188 #define W83781D_INIT_IN_8 300 189 189 /* Initial limits for 782d/783s negative voltages */ 190 190 /* Note level shift. Change min/max below if you change these. */
