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

147 Commits

Author SHA1 Message Date
Martin Knoblauch
fcb13c1e40 (MKN) Add fscscy detection. Tested on D1230 based System.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1225 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-11-09 13:35:56 +00:00
Mark D. Studebaker
59f68e3104 add it87 i2c detection. No alias function yet.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1210 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-10-22 01:42:53 +00:00
Mark D. Studebaker
1deacfd781 add support for Intel 82801CA/CAM to i2c-i801
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1197 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-10-07 02:18:25 +00:00
Mark D. Studebaker
8ee41b7738 add VT8233 support to i2c-viapro.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1196 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-10-06 22:20:41 +00:00
Mark D. Studebaker
a4106fdc68 add ITE 8172 detection (driver in kernel 2.4.10)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1194 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-29 19:02:51 +00:00
Mark D. Studebaker
6bab56add1 add 440MX detection, tweak Poseidon
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1189 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-19 15:57:06 +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
0a383cc436 Add Via 8233 detection. no driver yet.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1177 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-15 13:25:43 +00:00
Mark D. Studebaker
03ce45ec13 add ali1535 detection. Same PCI ID as 15x3, but only the
correct module will actually load.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1171 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-09-01 18:12:00 +00:00
Mark D. Studebaker
d2f8a04ae3 update serverworks match string
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1155 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-08-03 02:06:12 +00:00
Mark D. Studebaker
4af5311969 add support for AMD 766 to i2c-amd756. Appears to be compatible w/ 756.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1154 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-08-03 01:25:11 +00:00
Philip Edelbrock
8498ff5dd8 (Phil) Patches from Mark Rusk to support Serverworks CSB5.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1152 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-07-31 17:01:14 +00:00
Mark D. Studebaker
2d2305d2f9 recognize all the unsupported SiS chips
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1151 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-07-29 23:19:39 +00:00
Mark D. Studebaker
624973f967 fix broken ADM1024 and ADM1025 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1136 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-06-22 01:06:04 +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
2dc8cc9b41 fix the following bug. Caused by 'new PCI drivers' which have
the name of the driver appended as the 18th field in
      /proc/bus/pci/devices. For example, usb-ohci.
      sensors-detect was attempting to parse this as a hex value.
	From: Anthony Wong <ypwong@ypwong.org>
	Date: Fri, 23 Feb 2001 19:23:56 +0800
	To: Debian Bug Tracking System <submit@bugs.debian.org>
	Subject: Bug#87213: "Illegal hexadecimal digit" errors when running sensors-detect
	Reply-To: Anthony Wong <ypwong@ypwong.org>, 87213@bugs.debian.org


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1069 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-04-12 23:55:53 +00:00
Mark D. Studebaker
030053643c add devfs /dev/i2c/x support
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1054 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-03-31 19:07:09 +00:00
Frodo Looijaard
8cd4e82598 Added a warning in sensors-detect for IBM Thinkpad owners.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1043 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-03-23 20:27:31 +00:00
Mark D. Studebaker
d8d09c259e Add SiS950 as equivalent to ITE87xx.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1036 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-03-08 00:55:18 +00:00
Mark D. Studebaker
60c24768b1 recognize SMSC Victory66 south bridge.
No driver support yet. Looks identical to piix4 so we can
      add to i2c-piix4.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1013 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-02-04 23:24:03 +00:00
Mark D. Studebaker
c2b81edc8a recognize lm78's with chipid register (0x49) == 0x20, as
reported by Vernon McPherron <vernon@xnote.com>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@998 7894878c-1315-0410-8ee3-d5d059ff63e0
2001-01-19 02:39:26 +00:00
Mark D. Studebaker
37401d0d9f serverworks now uses piix4 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@967 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-27 20:08:52 +00:00
Philip Edelbrock
5938b18941 (Phil) Added a redundant define for Serverworks PCI vendor ID, for those
kernels which need it.  Also tweaked sensors-detect to work seemlessly
with the new driver.  Driver is tested, and works as expected! (Yeah!)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@950 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-12-15 17:30:20 +00:00
Mark D. Studebaker
16f5cb512a (mds) add entry for Serverworks south bridge. 0x1166 / 0x0200.
Not completely sure this is the correct PCI ID though.
      No driver yet (requires NDA).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@937 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-11-29 03:25:24 +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
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
Mark D. Studebaker
c8b9526eb2 (mds) add support for Via 596B with PCI ID 0x3051.
Found and patch submitted by Phil Langdale.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@901 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-10-12 02:57:18 +00:00
Mark D. Studebaker
103a2bb87f (mds) Remove "Unwritten" on lm87 driver.
Add information message on where to download i2c-riva
      module if it is not found.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@883 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-09-23 01:42:32 +00:00
Mark D. Studebaker
8e91e4d7e0 (mds) add 11 PCI entries for NVIDIA devices (driver i2c-riva).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@864 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-09-04 01:50:55 +00:00
Mark D. Studebaker
925eae2e0d (mds) add i815 support to i2c-i810 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@863 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-09-02 19:25:29 +00:00
Frodo Looijaard
73428c9d7b Sort-of fix for the output-error-for-opening-i2c%d-when-i2c-%d-failed
buglet (it does not output any error information anymore...)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@861 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-08-18 01:01:15 +00:00
Frodo Looijaard
c9575375a6 Some patches to handle not-yet-written chip drivers more
gracefully. Please test this...


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@860 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-08-18 00:44:55 +00:00
Frodo Looijaard
44ecc534ba Two small sensors-detect errors fixed:
* LM80 detect was broken, because it tried to access register $0x02
  (instead of 0x02); this resulted in a runtime warning.
* At one place, another perl warning is fixed now.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@859 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-08-18 00:28:00 +00:00
Mark D. Studebaker
705ba78a27 (mds) add detection for ITE 8705/8712 (no driver yet)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@853 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-08-06 17:03:09 +00:00
Mark D. Studebaker
213d20a82e (mds) add LM87 detection (no driver)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@850 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-25 01:07:00 +00:00
Mark D. Studebaker
cb24789105 (mds) add support for Intel 82801BA ICH2 (815E chipset).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@849 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-21 23:52:28 +00:00
Frodo Looijaard
93f3a9f7ac All tools now understand both /dev/i2c-* and /dev/i2c*
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@827 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-02 18:11:31 +00:00
Frodo Looijaard
e72953e4fc Even better reporting for unknown adapters
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@826 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-06-25 18:34:30 +00:00
Frodo Looijaard
8b1076786d sensors-detect patches
* W83783S now correctly assumes only one LM75-like chip address
* No more runtime-errors if an unknown adapter was found.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@825 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-06-25 18:25:52 +00:00
Mark D. Studebaker
7b714e3c02 (mds) add w83697hf detection. No driver support yet.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@810 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-20 19:45:13 +00:00
Mark D. Studebaker
7430b0b9ec (mds) add driver name for adm1025 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@802 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-05-11 01:44:14 +00:00
Mark D. Studebaker
d3383e4082 (mds) add ADM1025 detection. No driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@784 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-19 22:06:54 +00:00
Mark D. Studebaker
f1c7367ebf (mds) also fix the description for the Intel ICH0 (2423) so it will match.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@776 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 02:45:51 +00:00
Frodo Looijaard
60851c96e3 Fixed previous sensors-detect correction :-(
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@775 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-15 00:26:50 +00:00
Frodo Looijaard
9d2d3b4c91 Steve Beer's sensors-detect fixes for i2c-i801, with a twist
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@773 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-14 23:55:39 +00:00
Mark D. Studebaker
88d984681d (mds) add Via 686A integrated sensors detection. Untested.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@743 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-03-04 16:21:48 +00:00
Frodo Looijaard
8be410c1fa Fixed SIS5595 detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@739 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-02-29 15:28:42 +00:00
Mark D. Studebaker
da8174c4db (mds) Add i810 dual-bus (I2C/DDC) driver using algo-bit.
The i801 driver is for the standard I2C bus on an i810 board.
      This driver adds the support for the DDC and TV-out busses.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@729 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-02-07 02:03:33 +00:00
Frodo Looijaard
247b6a7ded Fixed two slight errors regarding the new bus handling code for
sensors-detect.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@723 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-02-02 20:57:46 +00:00