2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 00:35:35 +00:00
Commit Graph

4039 Commits

Author SHA1 Message Date
Frodo Looijaard
3a9bec27f2 Adrian's kernel configuration helptexts, with some small additions from me.
Most importantly, I added a reference to http://www.lm-sensors.nu to most entries.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@554 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-11 23:04:11 +00:00
Frodo Looijaard
79fac19ad8 Very small patches to make compiling against kernel 2.0.0 possible
again.

No testing yet, just a normal compile without kernel patching. Expect more
of these minor patches today,


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@553 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-11 12:50:18 +00:00
Frodo Looijaard
e489331dbd mkpatch change: It is now possible to call mkpatch for the I2C
package, even after the kernel was also patched for lm_sensors.
        This means generating diffs now works always.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@552 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-10 20:55:29 +00:00
Frodo Looijaard
daf8ee4263 Update in the mkpatch documentation
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@551 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-10 18:54:12 +00:00
Frodo Looijaard
c791c2bb5c Added support for patching in the configuration help texts
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@550 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-10 15:08:20 +00:00
Frodo Looijaard
a6af016090 mkpatch documentation, both as a separate /doc file and in the
script itself. And a minor typo fix in Config.in


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@549 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-10 14:55:08 +00:00
Mark D. Studebaker
93f2bda300 (mds) update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@548 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-04 16:25:57 +00:00
Frodo Looijaard
576d91ee84 Matthias Andree's patch to find a better module directory to install
into. A a few other Makefile define changes. Nothing really
        important.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@547 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-03 11:47:33 +00:00
Frodo Looijaard
1751823610 A few corrections in the INSTALL file
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@546 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-03 11:17:46 +00:00
Frodo Looijaard
d1e26d5f16 mkpatch updates
* mkpatch now correctly works when kernel-side files do not yet exist.
  I forgot to propagate a change in the i2c version.
* __init* handling in mkpatch and compat.h
* New i801 defines added to mkpatch


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@545 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-03 11:11:03 +00:00
Frodo Looijaard
d00f2e005d Moved the definition of SHELL to the top, to make it actually work.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@544 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-09-03 10:35:01 +00:00
Philip Edelbrock
2a2a3f35fe (Phil) Fixed temperature reporting of LM80 (I hope).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@543 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-30 04:15:55 +00:00
Mark D. Studebaker
cb4b34a2ab (mds) minor updates.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@542 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-29 17:25:25 +00:00
Mark D. Studebaker
802e288cf3 (mds) Added info on adm1022/thmc50.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@541 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-28 19:11:01 +00:00
Mark D. Studebaker
b44bd6f578 (mds) Added adm1022/thmc50 detection. Confidence 8. No driver though.
Changed adm9240 confidence from 8 to 7 to let adm1022 win,
      not sure about register 0x3F in adm1022.
      Removed 0x69 from i2c range on all drivers, that address
      looks entrenched for clock chips.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@540 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-28 19:10:27 +00:00
Mark D. Studebaker
84622329a3 (mds) Improved w83627hf support. Can't do much more unless I get a
datasheet though.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@539 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-28 19:06:53 +00:00
Mark D. Studebaker
a0b32bc9cc (mds) updated short instructions
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@538 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-28 19:05:36 +00:00
Mark D. Studebaker
3ec3b3f98d (mds) Added block read/write support. Much different than piix4.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@537 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-26 00:39:34 +00:00
Mark D. Studebaker
e3ea230c90 (mds) Fixed bug introduced with thmc10 that made adm1021 get reported
as a max1617. Thanks Phil.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@536 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-24 02:27:57 +00:00
Kyosti Malkki
36c650c50d (Kyösti)
* changed sensors.o to use WRITE address to check existence of
   a client

 In most cases this makes no difference. However, some versions of the
 Matrox Orbital display hang the bus if you try to ack the read address.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@535 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-23 17:37:42 +00:00
Mark D. Studebaker
5b90d68570 (mds) fixed formatting for Mfr. JEDEC code, part number. Added ASCII
output for JEDEC code since it sometimes is actually Mfr. name.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@534 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-23 00:14:56 +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
Mark D. Studebaker
d34707ac02 (mds) For i801 support.
Oops forgot to check it in with the rest of the i801 stuff.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@531 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-22 15:05:50 +00:00
Mark D. Studebaker
2d405774ba (mds) add 801 and w83627hf and a big 'read the install file' at the top.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@530 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-17 02:42:31 +00:00
Mark D. Studebaker
c16729fff4 (mds) minimum documentation.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@529 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-17 02:33:50 +00:00
Mark D. Studebaker
503b502bb1 (mds) Add i801 bus driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@528 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-17 01:19:20 +00:00
Mark D. Studebaker
b69137b355 (mds) add detection for Intel 82801AA and 82801AB I/O Controller Hubs
(part of the 810 chipset for Celeron processors)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@527 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-16 01:42:28 +00:00
Mark D. Studebaker
9e81117fbf (mds) Add support for w83627hf to 'sensors' program.
Assumed at this time to be identical to w83782d.
      No 627hf datasheet yet.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@526 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-15 21:34:21 +00:00
Mark D. Studebaker
8da1cf8c4f (mds) Add initial w83627hf support. Assuming identical to w83782d.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@525 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-15 21:01:48 +00:00
Mark D. Studebaker
253e0f1e38 (mds) Corrected W83782D detection (added ISA).
Corrected W83783S detection (removed ISA).
      Added W83627HF detection (chip ID = 0x20).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@524 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-15 20:23:31 +00:00
Mark D. Studebaker
5e7be13d8d (mds) I thought we needed a SHORT version of the install instructions
to make things easy and to ensure that people run sensors-detect.
      I put it at the top of the INSTALL file where people can't miss it.
      Comments/corrections welcome.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@523 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-08-15 18:03:48 +00:00
Kyosti Malkki
8861601cc2 (Kyösti)
* removed algorithm registration in i2c-isa
 * renamed i2c-via2.o to i2c-viapro.o in the driver messages
 * added detection for new drivers in sensors-detect script
 * minor gl518sm fix


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@522 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-27 16:51:00 +00:00
Kyosti Malkki
a5ab0a6b6e (Kyösti)
* New VIA & Genesys documentation

 * renamed i2c-via2 to i2c-viapro in makefile


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@521 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-26 18:22:21 +00:00
Kyosti Malkki
a92e84fe2a (Kyösti)
* GL518 & GL520: setting fan{1,2}_min 0 masks alarm & beep

 * GL518SM rev 0x00 : Run iteration code in kernel thread

   Every run of "sensors" now reports results of the previous
   iteration run, and triggers a new one.

 * GL520: Reads all inputs now
 * GL520: Select between Temp2 or -12V input.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@520 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-26 15:31:45 +00:00
Philip Edelbrock
a55703e80b (Phil) Renamed i2c-via2.c to i2c-viapro.c.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@519 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-25 19:10:36 +00:00
Frodo Looijaard
94471039a6 Some small mkpatch updates
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@518 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-24 13:18:12 +00:00
Kyosti Malkki
5811024b75 (Kyösti)
* typo fix and fine-tuning outputs


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@517 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-24 12:46:12 +00:00
Frodo Looijaard
acd5a15556 (Frodo) Massive commit of all things related to mkpatch. Let's just say
it works great now.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@516 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-23 23:43:13 +00:00
Frodo Looijaard
dde88d36d8 mkpatch is now complete. It is not yet tested.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@515 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-23 14:32:26 +00:00
Frodo Looijaard
c937c1aa56 A beginning on the lm_sensors mkpatch script.
Untested, not complete, do not use, but coming along nicely.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@514 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-23 12:32:17 +00:00
Frodo Looijaard
fcbe78a669 First step to make it possible to integrate lm_sensors modules into
the kernel.

* <kernel/init.h> is now included for all modules
* Initialization-time only functions and variables are marked with __init
* EXPORT_SYMBOL or EXPORT_NO_SYMBOLS declarations added


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@513 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-23 11:43:58 +00:00
Frodo Looijaard
7de5a15384 Updated TODO
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@512 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-23 00:21:46 +00:00
Kyosti Malkki
c9e71cd9df (Kyösti)
* gl518sm document simplified for rev 0x00 & 0x80
 * gl518sm & gl520sm libsensors interface updates

 BTW: Revision is no longer part of the name, so old sensors.conf
      will not work at all with gl518sm.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@511 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-22 21:19:14 +00:00
Kyosti Malkki
41c6e871a4 (Kyösti)
* Restructured iteration code for rev 0x00

 Two modes already:

   0   no iteration, no delay, reads only vin3, vin0-2 = 0
   1   does iteration, delays reads approx. 8 seconds

 To be added:

   2   does iteration in background, no delay for user apps

  In this mode the results of the last iteration loop are shown,
  and then a new iteration loop is triggered.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@510 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-22 16:43:37 +00:00
Kyosti Malkki
b64ef156c9 (Kyösti)
* now compiles with DEBUG=1


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@509 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-22 14:46:46 +00:00
Frodo Looijaard
f25a9ff361 Tidied up the TODO list.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@508 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-22 10:58:05 +00:00
Kyosti Malkki
655a994e9c (Kyösti)
* gl520sm compiles now


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@507 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-21 22:45:20 +00:00
Frodo Looijaard
dac5f2f6fd TODO update
My last commit for today.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@506 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-21 22:14:50 +00:00
Frodo Looijaard
2212822342 ISA changes
* i2c-isa simplified, by using the addr field in the client structure,
  instead of a new field. This means we do not need `struct isa_*'
  anymore
* All clients changed to reflect the new isa code. Many are much
  simplified now.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@505 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-07-21 22:04:34 +00:00