Changeset 1038
- Timestamp:
- 03/20/01 02:44:39 (11 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
CHANGES (modified) (2 diffs)
-
doc/chips/mtp008 (modified) (2 diffs)
-
etc/sensors.conf.eg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1034 r1038 27 27 File sensors.conf.eg: Adjust as99127f in5 (-12V) and temp2 calculations; 28 28 Add lm87, adm9240, ds1780, lm81 templates; 29 Enhance help comments in file 29 Enhance help comments in file; 30 Add Tyan S2510 dual-MTP008 example. 30 31 File sensors.c: Add xxx_init() calls for drivers added to mkpatch in 2.5.5. 31 32 Include file i2c-isa.h: No longer required, moved to i2c.h in i2c package … … 41 42 Module sensors: Disabled, moved to i2c package as i2c-proc.c 42 43 Module via686a: Allow force=9191,address (for A7V/K7V boards) 44 Module w83781d: Don't reinitialize as99127f chip; this may cause fan/temp 45 reading changes 43 46 Program mkpatch.pl: Fix adm9240 typos, add more chips to Configure.help 44 47 Program sensord: Add -d (debug) and -p (pid-file) options -
lm-sensors/trunk/doc/chips/mtp008
r1033 r1038 2 2 ========================= 3 3 4 Status: Complete; Alpha.4 Status: Complete; Beta. 5 5 This chip is quite configurable and many settings cannot 6 6 be done through the driver. Hopefully the BIOS settings will … … 40 40 have different configurations. 41 41 42 For the 2510, which has two MTP008 chips, each with a different 43 configuration, follow the instructions in the mtp008 section of 44 etc/sensors.conf.eg to configure 'sensors' correctly. 45 42 46 The PWM outputs are configurable but not via the driver. 43 47 The Fan input types (2 wire or 3 wire) are configurable but -
lm-sensors/trunk/etc/sensors.conf.eg
r1034 r1038 689 689 chip "mtp008-*" 690 690 691 # The values below should be correct if you own a Tyan S1834D motherboard. If 692 # not, please contact us, so we can figure out better readings. 691 # The values below should be correct if you own a Tyan S1834D motherboard. 692 # If not, please contact us, so we can figure out better readings. 693 # FOR TYAN S2510 SEE END OF THIS SECTION. 693 694 694 695 # For positive voltages outside the 0..4.09V range (in2..in4), two resistors … … 714 715 label in6 "Vtt" 715 716 716 label fan1 "CPU FAN1"717 label fan2 "CPU FAN2"718 label fan3 " CPUFAN3"717 label fan1 "CPU1 Fan" 718 label fan2 "CPU2 Fan" 719 label fan3 "fan3" 719 720 720 721 label temp1 "CPU1 Temp" … … 733 734 # set temp3_hyst 47 734 735 736 # End of standard mtp008 configuration 737 738 # TYAN S2510 INFORMATION 739 # This motherboard has two mtp008's which are hooked up differently, 740 # so they must be configured separately. 741 # For this motherboard, COMMENT OUT the above mtp008 section and 742 # UNCOMMENT the following two sections. 743 # 744 #chip mtp008-i2c-*-2c 745 # label in0 "VCore1" 746 # set in0_min 1.60 747 # set in0_max 1.80 748 # label in1 "+3.3V" 749 # label in2 "+12V" 750 # label in3 "Vcore2" 751 # set in3_min 1.60 752 # set in3_max 1.80 753 # ignore in4 754 # label in5 "-12V" 755 # label in6 "Vtt" 756 # label fan1 "CPU1 Fan" 757 # label fan2 "CPU2 Fan" 758 # label fan3 "fan3" 759 # label temp1 "CPU1 Temp" 760 # label temp2 "CPU2 Temp" 761 # ignore temp3 762 # compute in2 @ * 38 / 10, @ * 10 / 38 763 # compute in5 (@ * 36 - 118.61) / 7, (118.61 + 7 * @) / 36 764 # 765 #chip mtp008-i2c-*-2e 766 # ignore in0 767 # label in1 "+3.3V" 768 # ignore in2 769 # label in3 "+5V" 770 # set in3_min 4.50 771 # set in3_max 5.50 772 # ignore in4 773 # label in5 "+3.3V" 774 # ignore in6 775 # label fan1 "fan4" 776 # label fan2 "fan5" 777 # label fan3 "fan6" 778 # ignore temp1 779 # label temp2 "MB Temp" 780 # set temp2_over 52 781 # set temp2_hyst 47 782 # ignore temp3 735 783 736 784 chip "adm1025-*"
