Changeset 1678
- Timestamp:
- 12/21/02 22:04:28 (6 years ago)
- Files:
-
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/mtp008 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/smsc74m1 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/vt1211 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/vt8231 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/w83627hf (added)
- lm-sensors/trunk/doc/chips/w83781d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/SUMMARY
r1648 r1678 149 149 vt8231 2-7 2-7 2 2 no yes 150 150 151 w83627hf 152 w83627hf 3 9 3 2 pwm no yes (LPC) 153 w83697hf 2 6 2 2 pwm no yes 154 151 155 w83781d 152 156 as99127f 3 7 3 2 pwm? yes no lm-sensors/trunk/doc/chips/mtp008
r1038 r1678 44 44 etc/sensors.conf.eg to configure 'sensors' correctly. 45 45 46 The PWM outputs are configurable but not via the driver. 46 The PWM outputs are configurable via the driver. 47 PWM values are from 0 to 255. The first value in the /proc entry is 48 the pwm value; the second is the enable (0 or 1). 49 50 The fan3 and pwm1 functions share a pin. 51 If pwm1 is enabled than fan3 will read as 0. 52 47 53 The Fan input types (2 wire or 3 wire) are configurable but 48 54 not via the driver. lm-sensors/trunk/doc/chips/smsc74m1
r1411 r1678 42 42 value is around 2600 RPM. 43 43 44 PWM values are from 0 to 100%. The first value in the /proc entry is45 the p ercentage; the second is the enable (0 or 1).44 PWM values are from 0 to 255. The first value in the /proc entry is 45 the pwm value; the second is the enable (0 or 1). 46 46 47 47 If an alarm triggers, it will remain triggered until the hardware register lm-sensors/trunk/doc/chips/vt1211
r1455 r1678 59 59 value is around 2600 RPM. 60 60 61 PWM values are from 0 to 100%. The first value in the /proc entry is62 the p ercentage; the second is the enable (0 or 1).61 PWM values are from 0 to 255. The first value in the /proc entry is 62 the pwm value; the second is the enable (0 or 1). 63 63 64 64 If an alarm triggers, it will remain triggered until the hardware register lm-sensors/trunk/doc/chips/vt8231
r1580 r1678 71 71 value is around 2600 RPM. 72 72 73 PWM values are from 0 to 100%. The first value in the /proc entry is74 the p ercentage; the second is the enable (0 or 1).73 PWM values are from 0 to 255. The first value in the /proc entry is 74 the pwm value; the second is the enable (0 or 1). 75 75 76 76 If an alarm triggers, it will remain triggered until the hardware register lm-sensors/trunk/doc/chips/w83781d
r1486 r1678 524 524 Additional entries not in the lm78: 525 525 526 pwm[1-4]: ( 782d/783s only)526 pwm[1-4]: (not on w83781d) 527 527 Controls the speed of the fans with PWM (Pulse Width Modulation) 528 528 Valid values: 529 529 0 - 255. 255 = max speed. 530 531 sensor[1-3]: (782d/783s only) 530 Second value is PWM enable 0/1. 531 532 sensor[1-3]: (not on w83781d) 532 533 Controls the sensor type. To change to a different 533 534 sensor type, for example, do 'echo 2 > sensor1'. … … 566 567 782d and 783s pin is programmable for fan3 input or pwm2 output; 567 568 defaults to fan3 input. 568 no control in driver so pwm2 doesn't work. 569 If pwm2 is enabled (with echo 255 1 > pwm2), then 570 fan3 will report 0. 569 571 570 572 782d has pwm1-2 for isa, pwm1-4 for i2c. (pwm3-4 share pins with
