Changeset 3273
- Timestamp:
- 03/22/06 23:47:17 (3 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r3262 r3273 2445 2445 2446 2446 # Winbond W83627EHF configuration originally contributed by Leon Moonen 2447 # This is for an Asus P5P800 .2447 # This is for an Asus P5P800, voltages for A8V-E SE. 2448 2448 chip "w83627ehf-*" 2449 2450 label in0 "VCore" 2451 label in2 "AVCC" 2452 label in3 "3VCC" 2453 label in7 "VSB" 2454 label in8 "VBAT" 2455 2456 2457 # +12V is in1 and +5V is in6 as recommended by datasheet 2458 compute in1 @*(1+(56/10)), @/(1+(56/10)) 2459 compute in6 @*(1+(22/10)), @/(1+(22/10)) 2460 set in1_min 12.0*0.9 2461 set in1_max 12.0*1.1 2462 set in6_min 5.0*0.95 2463 set in6_max 5.0*1.05 2464 2465 # Set the 3.3V 2466 set in2_min 3.3*0.95 2467 set in2_max 3.3*1.05 2468 set in3_min 3.3*0.95 2469 set in3_max 3.3*1.05 2470 set in7_min 3.3*0.95 2471 set in7_max 3.3*1.05 2472 set in8_min 3.3*0.95 2473 set in8_max 3.3*1.05 2474 2449 2475 # Fans 2450 2476 label fan1 "Case Fan" 2451 2477 label fan2 "CPU Fan" 2478 label fan3 "Aux Fan" 2452 2479 # ignore fan3 2453 2480 # ignore fan4 … … 2458 2485 label temp1 "Sys Temp" 2459 2486 label temp2 "CPU Temp" 2487 label temp3 "AUX Temp" 2488 2460 2489 # ignore temp3 2461 set temp1_over 452462 set temp1_hyst 402463 set temp2_over 452464 set temp2_hyst 402490 # set temp1_over 45 2491 # set temp1_hyst 40 2492 # set temp2_over 45 2493 # set temp2_hyst 40 2465 2494 2466 2495
