2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-28 12:57:51 +00:00

281 Commits

Author SHA1 Message Date
Jean Delvare
8742aa8f3a Added nForce2 detection, which was missing, although we have
nForce2 supported since 16 Feb 2003.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1761 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-05 09:16:33 +00:00
Jean Delvare
fc17449b5b Now supports dmidecode 2.0 and later.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1755 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-03 07:44:49 +00:00
Mark M. Hoffman
3d54042d27 Added support for SiS745 north bridge.
Patch and testing by Rudolf Marek

(mmh) Also added missing declaration for SiS963 support - my bad.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1752 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-05-31 22:22:16 +00:00
Mark M. Hoffman
caf6b6140e Added support for SiS651 north bridge.
Patches and testing by Chris King and Norbert Roos


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1750 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-05-31 20:23:13 +00:00
Mark D. Studebaker
51b011307c Patch from Philip Pokorny
This patch fixes a race condition in the lm85 driver and adds support for the
SMC EMC6D100 and EMC6D101.  The EMC6D100 and 101 chips have some additional
features that *are not* currently implemented in the driver, but the chip is
detected (by sensors-detect and the lm85 driver).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1740 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-05-31 00:24:07 +00:00
Mark D. Studebaker
bd256e9552 lm85 patch from Philip Pokorny <ppokorny@penguincomputing.com>
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1726 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-03-17 02:34:10 +00:00
Kyosti Malkki
1cfe63804a (Kyösti) Cleanups
Copy sysctl enums to chip drivers from sensors.h for now,
   as seen in drivers included in 2.5 tree. File no longer included
   from kernel side.

   Apply i2c-proc change in CVS tagged -km2.

   Partial clean and sort of includes everywhere.

   Add i2c-dev.h, as a partial copy from i2c.
   Add to sensors.h from i2c-proc.h to compile things.
   Remove i2c-isa.h.

   Reflect header file changes to lib/ and prog/.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1705 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-01-21 20:01:27 +00:00
Mark M. Hoffman
d876a79328 Added support for SiS648/961 and SiS645DX/962.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1701 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-01-20 06:07:11 +00:00
Mark D. Studebaker
26c495187b add patch to sensors -s in rc.local recommendation.
suggested by Peter Christy.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1674 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-12-15 04:46:21 +00:00
Mark D. Studebaker
c5e1f5cd90 point w83627/697 to new driver
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1673 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-12-15 04:41:20 +00:00
Mark D. Studebaker
18c7ce9011 add Super I/O chip detection. Current chips supported are
smsc47m1xx, vt1211, w83627hf, w83697hf.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1668 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-12-09 03:01:23 +00:00
Jean Delvare
f5728af145 Display the BIOS version (from dmidecode). Not used for now, but
may be later.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1650 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-26 17:03:02 +00:00
Mark D. Studebaker
08fad16d22 print some help and exit if no sensors found.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1640 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-21 23:43:05 +00:00
Mark D. Studebaker
55f1784022 add a reference to README.thinkpad if we quit
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1638 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-21 20:44:31 +00:00
Mark D. Studebaker
3929e57a5b amd8111 support, patch from
+* Vojtech Pavlik <vojtech@suse.cz>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1616 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-17 19:44:46 +00:00
Mark D. Studebaker
6b9f3c15da add bmcsensors
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1608 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-16 03:28:33 +00:00
Jean Delvare
413a43e526 Fix improper error message on system() call failure.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1604 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-15 16:11:18 +00:00
Jean Delvare
e9f1c59012 Slightly better Vaio EEPROM detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1603 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-15 14:12:05 +00:00
Jean Delvare
8905e3d688 Initial support for Sony Vaio eeprom
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1600 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-13 08:57:42 +00:00
Mark D. Studebaker
64ebcefe4b add 8235
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1596 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-10 20:51:43 +00:00
Jean Delvare
fcd4e835b0 Fix sensors-detect so that it works on old Perl versions again
Tested on versions 5.005_003 and 5.6.1


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1587 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-08 09:38:29 +00:00
Jean Delvare
2362d2db7f Add ACPI method for detecting IBM systems
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1586 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-07 23:15:28 +00:00
Jean Delvare
f0d334292d Upgrade dmidecode to version 1.8
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1583 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-11-07 15:24:20 +00:00
Jean Delvare
a884de5865 Creation of /etc/sysconfig/lm_sensors defaults to NO if
/etc/sysconfig doesn't exist.
        Create /etc/sysconfig if required.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1565 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-10-17 17:42:00 +00:00
Mark D. Studebaker
60a30ddb79 1st cut at smart battery driver. untested.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1564 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-10-13 15:48:34 +00:00
Mark D. Studebaker
2e15825b48 read bug fix from Khali
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1557 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-10-11 23:48:15 +00:00
Mark D. Studebaker
138071ea37 change examples to show that MODULES_$i starts at 0
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1556 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-28 20:42:02 +00:00
Mark M. Hoffman
2b203cd20b Added SiS650 support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1553 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-26 01:45:16 +00:00
Alexander Malysh
5a52a84ffc added sis730 support
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1539 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-18 21:59:16 +00:00
Philip Edelbrock
25af130058 (Phil) Applied Alexander Malysh <amalysh@web.de>'s patch for
MC1066 support.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1535 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-18 19:17:30 +00:00
Mark M. Hoffman
09059c2292 added detection for SiS645DX and SiS735
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1533 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-17 06:18:40 +00:00
Mark M. Hoffman
f1ad92b5a7 added support for SiS645
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1519 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-01 20:22:51 +00:00
Mark D. Studebaker
56d32688c5 24rf08 plan B. Go back to write quick "0" so write-only
devices don't hang bus. Do second write quick in 54-57
      address range which resets 24rf08's.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1514 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-01 15:47:21 +00:00
Mark D. Studebaker
764ae00711 change quick write for chip detection from a 0 to a 1
so it doesn't look like the start of a write; this prevents
      24RF08 corruption. Also limit LM78 (and compatible) and
      w83781D (and compatible) scanning to the 20-2f address range
      so they won't probe eeproms.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1513 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-09-01 02:26:26 +00:00
Alexander Malysh
2caaca22a3 Added SIS630
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1509 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-28 19:15:43 +00:00
Mark D. Studebaker
a367d2645c add sensors/libsensors support for vt8231
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1502 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-23 21:32:08 +00:00
Mark D. Studebaker
48830b18a7 add to-be-written for winbond 784AR
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1499 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-22 00:58:57 +00:00
Mark D. Studebaker
d2f2698de1 start sysconfig module numbering at 0
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1496 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-18 02:46:40 +00:00
Jean Delvare
c5030a1943 Added dmidecode call to sensors-detect to detect IBM systems.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1491 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-11 21:53:21 +00:00
Jean Delvare
359b15a603 Upadted dmidecode to version 1.4
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1488 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-10 15:34:22 +00:00
Mark D. Studebaker
8a7d9d7d07 add support for Asus ASB100 Bach. Patch from
"Mark M. Hoffman" <mhoffman@lightlink.com>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1486 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-04 19:01:35 +00:00
Mark D. Studebaker
2fa3db2f24 make install now installs i2cdump, i2cdetect, isadump, i2cset
in /usr/local/sbin


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1484 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-03 21:08:53 +00:00
Mark D. Studebaker
2a06f31730 -Wall warning removal
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1483 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-03 20:50:33 +00:00
Mark D. Studebaker
d318880ee2 add dmidecode
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1482 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-03 20:19:02 +00:00
Mark D. Studebaker
b30e01d7a9 Additional sensor fields decoded
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1481 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-03 20:18:35 +00:00
Mark D. Studebaker
cc489acb76 As copied from
http://www.domsch.com/linux/patches/dmi/


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1480 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-08-03 20:17:02 +00:00
Mark D. Studebaker
36fe976dd4 perl warning fix
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1437 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-07-10 01:34:32 +00:00
Mark D. Studebaker
f981bde259 add /etc/sysconfig/lm_sensors generation - patch from
mike808 <mike808@users.sourceforge.net>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1416 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-30 23:57:34 +00:00
Mark D. Studebaker
28347b71b6 detect LM85. patch from
Richard Barrington <rich_b_nz@clear.net.nz>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1410 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-30 20:34:35 +00:00
Philip Edelbrock
03c9cba208 (Phil) Fixed open quote, as per Robert Paulsen's email:
diff -r1.167 sensors-detect
103c103
<        procid => "Intel 82801DB ICH4,
---
>        procid => "Intel 82801DB ICH4",


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1394 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-12 22:49:43 +00:00