diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-09 13:00:30 +0000 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2007-05-09 13:00:30 +0000 |
commit | 9232f4eb43d7b8b00f460d1dc93e6d1db0938cd1 (patch) | |
tree | 6f117ee7056894b1324043342cd4f11c47a9c676 /etc/sensors.conf.eg | |
parent | 448c4a70e95312f55d247d852671b7bcc8f6ad7f (diff) | |
download | lm-sensors-git-9232f4eb43d7b8b00f460d1dc93e6d1db0938cd1.tar.gz |
Delete all kernel chip drivers, documentation and references. We are
moving to a user-space-only package, all the drivers are maintained in
the Linux kernel tree itself.
I tried to update the documentation a bit, but there's still a lot to
go. In fact, a complete rewrite seems to be needed.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4397 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc/sensors.conf.eg')
-rw-r--r-- | etc/sensors.conf.eg | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index ff89cfd7..1f616ee7 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -920,11 +920,6 @@ chip "as99127f-*" chip "gl518sm-*" # IMPORTANT: in0, in1, and in2 values (+5, +3, and +12) CANNOT be read -# unless you use the slow 'iterate' method. Limits will still -# work even when iterate=0. See doc/chips/gl518sm. -# Note that the 'iterate' method was trimmed while porting the -# driver to Linux 2.6 as we considered it too ugly for the thin -# benefit. # # Factors and labels taken from GL518SM datasheet, they seem to give # reasonable values with EISCA connected Fan78 @@ -1854,13 +1849,14 @@ chip "fscher-*" label in2 "Battery" # Compute Voltages using mainboard dependant MRO-values -# (see doc/chips/fscher) +# (see the fscher driver documentation in the kernel tree) # M R O O M R compute in0 (@ * (49 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (49 * 33) compute in1 (@ * (20 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (20 * 33) compute in2 (@ * (10 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (10 * 33) -# Read documentation before enabling pwm settings (see doc/chips/fscher) +# Read documentation before enabling pwm settings +# (see the fscher driver documentation in the kernel tree) # WARNING: IMPROPER VALUES MAY DAMAGE YOUR SYSTEM DUE TO OVERHEATING! # Allow fans to turn off |