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

262 Commits

Author SHA1 Message Date
Mark D. Studebaker
e9c0fce42a adm1026 and auto-sensors.h patch from P.P.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1777 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-08 21:33:39 +00:00
Mark D. Studebaker
8234f8c58a add support for 82801EB (ICH5) 0x24d3
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1775 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-08 21:05:58 +00:00
Mark D. Studebaker
2be6de25d8 C format fix from Jim Morris <morris@wolfman.com>
This seems to happen on newer perl versions.
It is fatal in as much as the sensors are not detected.
The solution appears to be to simply add & 0x7f to the
pack statement at line 1138 of sensors_detect...

sub outb
{
  my $towrite = pack( "C", $_[1] & 0x7f);


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1774 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-08 20:24:51 +00:00
Jean Delvare
63ea19c123 Fixed nForce2 detection, for real this time. Successfully tested
by Thomas "Sesshoumaru" Sabono. Thanks Thomas!


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1767 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-06-07 08:34:25 +00:00
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
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
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
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
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
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
Mark D. Studebaker
446b758ca1 add 82801DB (ICH4) support
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1382 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-07 02:56:52 +00:00
Mark D. Studebaker
01f1fba822 add 8231 sensors detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1379 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-05-27 21:21:29 +00:00
Mark D. Studebaker
276eb5f545 viapro now supports 8231
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1377 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-05-27 20:54:46 +00:00
Merlin Hughes
da76559ae6 mh: Fix i2c-amd756 support for non-nForce chips (probably a
patch error vs changed source). Change module so it registers
the detected device in i2c under its own name (e.g,
AMD756/AMD766/AMD768/nVidia nForce rather than AMD7X6).
Updated sensors-detect accordingly.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1367 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-05-02 14:44:31 +00:00
Mark D. Studebaker
7e4acca8c8 add support for nvidia nForce to i2c-amd756.
Patch from
        Csaba Halász <hcs@ics2.ics.tvnet.hu>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1365 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-05-01 23:28:09 +00:00