Changeset 2959

Show
Ignore:
Timestamp:
03/28/05 14:59:53 (4 years ago)
Author:
khali
Message:

Default configuration section for w83627ehf. Thanks to Leon Moonen
for sharing his configuration data.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/etc/sensors.conf.eg

    r2925 r2959  
    23552355#   set temp_hyst 70 # Linux 2.6 
    23562356#   set temp_hyst 58 # Linux 2.4 
     2357 
     2358 
     2359# Winbond W83627EHF configuration originally contributed by Leon Moonen 
     2360# This is for an Asus P5P800. 
     2361chip "w83627ehf-*" 
     2362# Fans 
     2363   label fan1      "Case Fan" 
     2364   label fan2      "CPU Fan" 
     2365#  ignore fan3 
     2366#  ignore fan4 
     2367   set fan1_min    1200 
     2368   set fan2_min    1700 
     2369 
     2370# Temperatures 
     2371   label temp1     "Sys Temp" 
     2372   label temp2     "CPU Temp" 
     2373#  ignore temp3 
     2374   set temp1_over  45 
     2375   set temp1_hyst  40 
     2376   set temp2_over  45 
     2377   set temp2_hyst  40 
     2378