2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 05:48:07 +00:00

2001 Commits

Author SHA1 Message Date
Jean Delvare
cc6fd520e8 Comment a mysterious bitmask.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2038 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-02 19:32:49 +00:00
Jean Delvare
91398ae017 New FSC Hermes chip driver, contributed by Reinhard Nissl
<rnissl@gmx.de>.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2037 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-29 18:45:53 +00:00
Mark M. Hoffman
ca4b268555 First shot at independent driver for ASB100 "Bach"
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2036 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-29 05:37:52 +00:00
Jean Delvare
b118dc6bad New FSC Hermes chip driver, contributed by Reinhard Nissl
<rnissl@gmx.de>.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2035 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 21:28:45 +00:00
Jean Delvare
e574d476b5 Fix W83791D detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2034 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 19:17:04 +00:00
Mark D. Studebaker
34076ded72 pwm and smart guardian fan patch from
Michael Hufer <michael.hufer@freenet.de>

------------------------

> First, I added a new mod parameter "reset_it87" which controls whether
> or not the chip is reset on module load (modprobe it87 reset_it=1,
> default) or not(modprobe it87 reset_it87=0).
> Since this worked out quiet nicely I decided to go one step further
> and also add the chips manual and automatic temperature controlled fan
> speed features (PWM etc.).
>
> Finally I also updated the doc to document the new features.
>
> Attached is a diff against the current cvs version.

------------------------
           Subject:
            Re: fan speed for it87?? chips added
      Date:
            Fri, 26 Sep 2003 23:28:35 +0200
      From:
            Michael Hufer <michael.hufer@freenet.de>
        To:
            sensors@Stimpy.netroedge.com, Jean Delvare <khali@linux-fr.org>

On Friday 26 September 2003 22:40, Jean Delvare wrote:
> > I found and fixed the little problem I had with the original chip
> > initialization. I can now load the module with reset_it87=0 and
> > init=1 without messing up the settings of the power supply fan
> > from the BIOS. It was quite simple after all.
>
> I'm interested in details, can you tell us what it was?

Sure, it actually was something I introduced myself :-(. I initialized the
fan_ctl register with  (read_value & 0x8f | 0x77) to enable the smart
guardian feature for all 3 fans. But the power supply fan does not support
pwm. It can only be operated in on/off mode, i.e. bit 0 must be clear. I
switched it back to the original  (rv & 0x8f | 0x70 ) and everything is back
to working.

> > Do you want me to send the latest diff?
>
> Sure I want.

 Here it comes.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2033 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 02:20:31 +00:00
Mark D. Studebaker
fac06872b8 comment out lm75 scaling
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2032 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 02:06:56 +00:00
Mark D. Studebaker
bcb347f855 advance version to 2.0.2
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2031 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 01:46:09 +00:00
Mark D. Studebaker
d1c97266db remove burntest
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2030 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-28 01:41:47 +00:00
Jean Delvare
f67324f3be New FSC Hermes chip driver, contributed by Reinhard Nissl
<rnissl@gmx.de>.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2029 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-27 21:14:26 +00:00
Jean Delvare
08b64e8200 Fix typo.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2028 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-27 19:45:29 +00:00
Mark D. Studebaker
39faf50b41 add support for CSB6 based on confirmation in ticket #1424
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2027 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-27 03:03:47 +00:00
Mark D. Studebaker
9728b298e3 add more programs installed in /usr/local/sbin
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2026 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-27 01:26:44 +00:00
Jean Delvare
8b82c4d22d Fix W83627HF detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2025 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-25 18:53:48 +00:00
Mark M. Hoffman
6597650205 Trivial formatting fix.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2024 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-23 04:40:49 +00:00
Mark M. Hoffman
3f9fc00906 Fix for w83627thf - should show all of its features now.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2023 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-23 04:39:52 +00:00
Mark D. Studebaker
fa5000779b update comments
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2022 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-23 02:22:26 +00:00
Jean Delvare
75b6d048e7 Raise superio confidence value from 8 to 9.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2021 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-22 18:42:44 +00:00
Mark M. Hoffman
aa42ce8ce7 Add some missing glue for w83627thf support in libsensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2020 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-22 02:07:30 +00:00
Jean Delvare
b1fe3439d3 Removed detection of PCF* chips. They are not sensors and not
detectable, so they generated more noise that anything else.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2019 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-15 17:46:46 +00:00
Jean Delvare
228a83efb5 More LM75 misdetection prevention.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2018 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-13 20:09:52 +00:00
Mark D. Studebaker
f38dc972e0 several bmcsensors fixes:
- fix voltage scaling
	- swap voltage limits
	- use lower critical rather than upper hysteresis
	  for non-temperature sensors
	- increase libsensors support to 20 voltage, 10 fan,
	  10 temperature sensors
	Tickets 1406 and 1407.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2017 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-13 03:01:45 +00:00
Mark D. Studebaker
337ff4d2a9 add xeontemp
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2016 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-11 16:56:06 +00:00
Jean Delvare
8e802a7085 Enhance MAX1617, LM84 and LM75 detection in order to reduce
misdetections.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2015 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-11 13:35:01 +00:00
Alexander Malysh
b1986134c3 (amalysh)
* i2c-sis630.c: sync with 2.6.0-X driver version


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2014 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-11 11:45:04 +00:00
Jean Delvare
7e659d760f Extra checks to prevent misdetection of MAX1617 and LM84.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2013 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-10 20:57:40 +00:00
Philip Edelbrock
12832e0765 (Phil) Tag and release 2.8.1
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2011 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-05 23:53:17 +00:00
Jean Delvare
bf055191f1 Cosmetic fixes backported from Linux 2.6.0-test6.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2010 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-04 19:48:12 +00:00
Jean Delvare
a97c4089b7 Update (requested by Dimitri Puzin, performed by Philip Pokorny).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2009 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-10-04 19:47:07 +00:00
Marius Reiner
0449274597 (marius) update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2008 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-28 20:03:06 +00:00
Marius Reiner
6765e3fc46 (marius) comments
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2007 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-28 20:02:36 +00:00
Marius Reiner
0501c97b57 (marius) linewrap
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2006 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-27 14:52:55 +00:00
Marius Reiner
3e3a52247c (marius) update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2005 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-27 14:00:08 +00:00
Jean Delvare
e5eb49fad2 Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2004 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-27 08:27:13 +00:00
Jean Delvare
ed0cff6b2c More A7V8X-X stuff.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2003 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-27 08:20:18 +00:00
Jean Delvare
51817d862a Add FSC Hermes detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2002 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-27 08:19:20 +00:00
Jean Delvare
64418721e3 Fix a bug in MAX6650 support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2001 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-26 21:08:57 +00:00
Jean Delvare
dc953405ce Fix the case where different chips using the same driver, when
detected at the same address, cause the driver to be told to
        ignore this address. Untested.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2000 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-26 21:07:16 +00:00
Jean Delvare
2096026dd7 Add some comments about the Asus A7V8X-X.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1999 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-26 21:02:50 +00:00
Jean Delvare
640285489f Add link for Varyfan.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1998 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-25 18:37:30 +00:00
Jean Delvare
787a1efef1 Get rid of EEPROM memory types, they were unused. This is a
backport from Linux 2.6 (sort of).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1997 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-24 21:05:40 +00:00
Mark M. Hoffman
76c05536bf Use readl/writel for portable access to PCI memory
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1996 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-22 04:55:10 +00:00
Jean Delvare
0fe25e0317 Remove link to 3dhardware.net (the site doesn't exist anymore).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1995 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-16 21:05:38 +00:00
Mark D. Studebaker
833a8615ba add detection for smsc 47m14x
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1994 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-13 21:05:52 +00:00
Mark D. Studebaker
3f571f8d46 (mds)
From:
         Kalev Soikonen <sokos@starman.ee>

  Hi.

I am using lm_sensors in a slightly patched form.
The motherboard is Intel D845BGL, which features
SMSC LPC47M142 LPC Bus I/O controller.

If you look at the 47m10x and 47m14x datasheets,
you'll notice they have different Device ID's
(the former has 0x59, the latter 0x5F). As far
as the fan monitoring is concerned, they are
pretty much identical.

The 47M142 will be recognized with only some
trivial modifications to the code. I've attached
diffs for lm_sensors-2.7.0 and lm_sensors-2.8.0.


Best regards,

Kalev Soikonen


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1993 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-13 20:57:38 +00:00
Jean Delvare
93a260e714 Fix init bug (was causing the chipset to stop). Reported by
Ljubomir Bozic Jr..


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1992 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-13 20:55:59 +00:00
Jean Delvare
2b503c995c Improve ADM1032 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1991 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-09-08 17:38:23 +00:00
Mark D. Studebaker
15490f82f5 fix up error returns; from 2.5 patch of MMH
* Greg KH <greg@kroah.com> [2003-06-02 10:20:40 -0700]:

> On Sun, Jun 01, 2003 at 10:38:08AM -0400, Mark M. Hoffman wrote:
> > > This patch against 2.5.70 works for me vs. an SMBus adapter.  It needs
> > re-testing against an ISA adapter since my particular chip is SMBus only.
>
> I've applied this and will send it off to Linus in a bit.


Thanks!

This patch fixes the various return values in the w83781d_detect()
error paths.  It also cleans up some formatting here and there.
It should be applied on top of the previous one.

It works for me; same caveat as above w.r.t. ISA.

Regards,

--
Mark M. Hoffman
mhoffman@lightlink.com


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1990 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-08-31 22:31:56 +00:00
Mark D. Studebaker
67047df36e add max6650
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1989 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-08-31 21:49:50 +00:00
Mark D. Studebaker
633df4cb0b add separate 627thf support
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1988 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-08-31 21:39:15 +00:00