2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

384 Commits

Author SHA1 Message Date
Mark D. Studebaker
e836047a83 merge it87 separate alarms_* /proc entries to single alarms entry to standardize
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1202 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-10-14 15:18:37 +00:00
Mark D. Studebaker
ef6e310ad0 Poseidon cleanup
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1187 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-18 21:08:02 +00:00
Mark D. Studebaker
d78cb7b93b Fujitsu Poseidon support from Hermann Jung <hej@odn.de>
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1179 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-18 15:20:15 +00:00
Mark D. Studebaker
9cb75406e5 add precision arguments to print_temp_info() in 'sensors'
so that each temp. sensor for each chip can be printed with
      the right number of digits. I tried to set each chip to
      the right precision but there may still be some tweaking to do.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1161 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-08-18 21:17:27 +00:00
Mark D. Studebaker
739a87e785 Apply patch from David Gesswein:
The following patch does the following:

Fixed bug with not all alarms enabled.
Added ability to read battery voltage
Select temperature sensor type at module load time.
Added setting for Inside Technologies 786LCD board to example config file
I also fixed what looked like a typo in the existing it87 section where
in6_min/max was set twice and in7 was not set.  As commented I think
the equation for the negative voltages are wrong but without that motherboard
I can't verify.

With the 786LCD board sensors-detect reports a lm78 which doesn't
exist and a sis5595 which may be part of the SIS630 chip but doesn't
perform the monitoring.  The it8705F/SIS950 which is on the board is
reported as a misdetect.  I didn't know enough about the various chips
to figure out how to get correct detections.

David Gesswein


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1146 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-07-29 00:30:54 +00:00
Mark D. Studebaker
99698b4bfa fix broken /proc error message from long ago and add improved one
for when 'sensors -s' is not run as root.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1126 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-06-08 23:57:26 +00:00
Mark D. Studebaker
87c529e96d Initial checkin of it87 driver from
Christophe Gauthron <chrisg@0-in.com>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1112 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-06-03 21:58:26 +00:00
Mark D. Studebaker
d431a88833 Initial checkin of adm1024 driver and support in libsensors,
sensors, sensors-detect.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1090 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-05-15 03:18:18 +00:00
Mark D. Studebaker
4f0e6bf18b really fix sensors so that it recognizes all maxilifes.
didn't work last time.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1088 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-05-15 02:40:36 +00:00
Mark D. Studebaker
3cbc853100 Add support for maxilife-nba by just checking for "maxilife-" prefix.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1085 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-05-13 16:32:50 +00:00
Mark D. Studebaker
e8392e8abc add function prototype for print_lm87() to eliminate warning.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1084 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-05-13 16:32:02 +00:00
Mark D. Studebaker
191f7240ed add example chip names to long help, it wasn't obvious.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1059 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-04-04 23:22:40 +00:00
Mark D. Studebaker
3d93decf6a print-short-help after parse error in chip name
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1047 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-03-25 18:28:15 +00:00
Mark D. Studebaker
db52f427a6 Change mtp008 temperature reporting from max/min to limit/hyst.
Change initial values in driver from 70/5 to 70/50.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1032 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-02-23 03:23:49 +00:00
Mark D. Studebaker
f8287b30bd fix swapped limit and hysteresis on adm9240, sis5595, and
via686a. Thanks Karl Schmidt <karl@xtronics.com>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1029 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-02-23 01:02:35 +00:00
Mark D. Studebaker
373257612a have 'sensors -v' display LM_VERSION from the top level
version.h instead of the static '1.3', which we don't
      regularly change.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1009 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-01-31 03:51:06 +00:00
Philip Edelbrock
6afe8168b0 (Phil) Documentation, further testing/debugging for the lm87 and osb4.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@974 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-01-07 22:13:59 +00:00
Philip Edelbrock
f592b02b21 (Phil) Wrapped Serverworks OSB4 support into i2c-piix4.c (briefly tested
on both platforms).  LM87 support is very far along, and should work
for a majority of users, but some minor tweaks are still on the to-do list.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@963 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-22 19:26:21 +00:00
Mark D. Studebaker
3edc2150a2 use print_temp_info() for ds1621.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@959 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-16 19:45:18 +00:00
Mark D. Studebaker
ab321d5243 (mds) add lm87 support to 'sensors'. Rename SYSCTL_* values to standard
TEMP[1-3], etc. No fan2 support in driver yet.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@953 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-16 17:07:24 +00:00
Mark D. Studebaker
33d1607299 (mds) print message if no sensors are found rather than just silently returning.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@945 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-14 01:20:52 +00:00
Mark D. Studebaker
a1952c601f (mds) modify the print_temp_info() routine that was added in the
Fahrenheit patch so that it will print either limit/hysteresis
      or min/max. Add a flag to each call to select the right one.
      Change temp output to be %3.1f. Some chips are 1 degree accuracy,
      some are .5, the 686a is less. For now since it is a common
      routine use one decimal point. In future maybe add another
      parameter to the routine to specify accuracy.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@939 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-11-30 02:42:53 +00:00
Mark D. Studebaker
bb4b723e68 (mds) add ds1621 driver from Christian Zuckschwerdt (zany@triq.net)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@935 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-11-26 23:07:17 +00:00
Frodo Looijaard
4fe4b3619c Display stuff as Fahrenheits; patch of Kelsey Hudson
<khudson@rohan.sdsu.edu >


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@928 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-11-13 18:31:48 +00:00
Mark D. Studebaker
4dcb88898c (mds) MTP008 driver patch from Kris Van Hees.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@909 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-10-18 00:34:07 +00:00
Frodo Looijaard
63bac668c3 Sync of sensors -u option
Somehow, this commit seems to have failed before. Nothing major: added
an entry in the manpage, fixed a spelling error in main.c and added
a CHANGES entry.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@848 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-19 21:22:05 +00:00
Frodo Looijaard
7922fece0c New sensors option: -u (--unknown), for treating chips as 'unknown' -
nice for testing purposes.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@846 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-14 19:03:02 +00:00
Philip Edelbrock
14aacc93f9 (Phil) Update versioning.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@841 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-09 23:47:18 +00:00
Mark D. Studebaker
a708ca6bf5 (mds) Fix eeprom size reporting. 'sensors' previously assumed
4 banks per memory chip. Add banks entry to libsensors and
      use # of banks in calculation.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@839 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-09 03:25:04 +00:00
Merlin Hughes
8e274a9e04 Added support in sensors prog for `ignore' settings on alarms so you
can flag chassis intrusion detection to be ignored, etc. Updated
CHANGES to reflect this and updates to sensord.
-- merlin


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@837 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-07 21:23:43 +00:00
Frodo Looijaard
66434a0213 Updated version numbers, as well as the release checklist.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@820 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-06-18 16:45:12 +00:00
Mark D. Studebaker
8451f2c415 (mds) adm1025 temp1 printf cleanup.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@817 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-27 14:57:35 +00:00
Mark D. Studebaker
3bcef963d5 (mds) fix as99127f "(beep)" inversion for real this time.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@808 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-14 18:43:36 +00:00
Mark D. Studebaker
a1e9951ac6 (mds) For as99127f, remove some entries and invert beep bits.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@806 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-13 17:28:52 +00:00
Mark D. Studebaker
8b860eef24 (mds) add adm1025 support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@804 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 02:04:30 +00:00
Mark D. Studebaker
27a40250d5 (mds) Change via686a temp prints from %3.0f to %3.1f (0.1 C precision)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@760 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-08 02:23:30 +00:00
Mark D. Studebaker
40ccaaa658 (mds) Add via686a integrated sensors support. Untested.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@742 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-04 16:14:08 +00:00
Mark D. Studebaker
8fe6d49887 (mds) added simple eeprom and ddcmon support to sensors and libsensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@716 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-01-30 01:20:51 +00:00
Mark D. Studebaker
d6c9ee0be1 (mds) fixed troff macro typo at end. (, changed to .)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@712 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-01-30 01:04:39 +00:00
Frodo Looijaard
9fd2dc740e Changed W83783D detection as noted by Andreas Kurt Wege
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@682 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-01-03 16:51:37 +00:00
Frodo Looijaard
8ffd490521 Slight formatting correction for ADM1021 chips, as committed by
Klaus Woltereck


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@677 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-12-25 00:40:44 +00:00
Frodo Looijaard
8199abde46 New sensors.conf keyword 'ignore'
This often-asked for, long-planned and somewhat-forgotten feature
makes it possible to tell libsensors-linked applications (like
the sensors program) that certain features should not be displayed.
This is very nice for things like unconnected temperature sensors
or fans.

Modifications to the library code, to the sensors program and to
the documentation and example sensors.conf file.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@676 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-12-24 22:44:41 +00:00
Frodo Looijaard
01bad38253 Added DESTDIR Makefile variable
Set DESTDIR if you want to install at some other place then where you
will run everything from.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@675 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-12-24 19:52:28 +00:00
Frodo Looijaard
3a48853a5e Some additional things to do when releasing.
Added/changed:
- Update, if necessary, the version number of `sensors'
  (edit prog/sensors/sensors.c and change the VERSION define)
- Update if necessary, the version number of libsensors
  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
  Remember: update main number when interface changes, minor if new
  functionality is added, and patch if only bugs are fixed.
- Update lm_sensors.lsm and send it to the LSM by mailing it to
  lsm@execpc.com with the subject `add' (no quotes).

Also bumped up the `sensors' version number (should have done that
long ago), it is now at 1.0.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@636 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-11-20 19:45:47 +00:00
Kyosti Malkki
d4fe780d20 (Kyösti)
- SiS 5595 patches, thanks to Olaf Titz


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@632 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-11-18 23:42:12 +00:00
Mark D. Studebaker
5ba1006fbb (mds) add libsensors and sensors support for:
lm84, gl523, thmc10, lm81, thmc50, adm1022.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@616 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-10-30 23:31:39 +00:00
Mark D. Studebaker
f6edfe75bd (mds) Add support for the Asus AS99127F. Treat as an I2C-only W83782D for now.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@614 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-10-30 21:26:21 +00:00
Frodo Looijaard
fc20445e02 Surer `make clean' implementation
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@581 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-27 10:52:50 +00:00
Mark D. Studebaker
0208181806 (mds) add support for TI THMC10 to the adm1021 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@533 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-22 22:58:52 +00:00
Mark D. Studebaker
5f77505190 (mds) add lm81 support to the adm9240 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@532 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-22 17:52:38 +00:00