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

384 Commits

Author SHA1 Message Date
Jean Delvare
6bcd9edd4b Improve IT8705F and IT8712F detection:
* Use one more bit of the configuration register
* IT8705F has no SMBus interface (confirmed by ITE)
* Higher confidence if SMBus address is 0x2d
* Use alias detection for IT8712F


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3006 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-05-23 18:20:41 +00:00
Jean Delvare
4396eec796 Detection for the National Semiconductor PC87427 Super-I/O chip.
Unfortunately we don't know the logical device number(s) yet.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3002 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-05-18 18:00:02 +00:00
Rudolf Marek
5e85be41de Added new Intel southbridge known as ESB2
Official chipset name is not known yet. Needs to be fixed in future.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2993 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-05-09 20:56:26 +00:00
Jean Delvare
b136cf2c1a The W83792D chip now has a driver: w83792d. Reported by
Chunhao Huang.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2972 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-04-14 18:03:33 +00:00
Jean Delvare
3668680d4a Add detection of the SMSC LPC47M15x/LPC47M192 hardware monitoring
block (SMBus).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2970 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-04-13 20:06:40 +00:00
Mark D. Studebaker
7717ea57c6 return undef instead of 0 in vt1211 i2c detect. found by Khali.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2958 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-27 23:10:52 +00:00
Jean Delvare
d21508f62f EMC6D102 support. Patch from Rafael Avila de Espindola.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2957 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-27 15:44:53 +00:00
Jean Delvare
7f4d4d32f1 Add detection for the nForce3 250Gb and nForce4 SMBus masters.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2944 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-27 10:21:15 +00:00
Jean Delvare
a7fe97cf1d Search for the udev db file/directory location in
/etc/udev/udev.conf. Should be more efficient that regularly adding
new possible names. Too bad distributions didn't agree on one name.
Hopefully the Linux Standard Base will address the issue soon.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2939 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-20 21:10:24 +00:00
Jean Delvare
a20ea3611f On my system (Slackware 10.1), /dev/.udev.tdb is a directory,
not a file. Let's only check for its existence and not type.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2938 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-20 12:20:10 +00:00
Jean Delvare
1005cd3616 The PC87591 Super-I/O chips actually have sensors, but no driver
yet.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2937 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-20 11:58:49 +00:00
Jean Delvare
54fbb68314 Preliminary detection of the National Semiconductor PC87591
Super-I/O chip. Still no idea how the registers are accessed.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2936 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-20 09:05:03 +00:00
Jean Delvare
163871a6b2 Userspace support for the ADT7461 (patch by James Chapman).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2920 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-03-03 21:05:57 +00:00
Jean Delvare
f12e94feab Skip useless SMBus read in lm92_detect.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2912 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-18 19:15:27 +00:00
Mark D. Studebaker
bf42775541 make the module installed detection work for 2.4 kernels too
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2908 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-13 23:49:58 +00:00
Mark D. Studebaker
382b2c5b19 add i2c-ipmi to modprobe list if bmcsensors is on the list
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2907 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-13 23:04:54 +00:00
Mark D. Studebaker
9cd1f3213e print warning if required chip modules are not found
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2906 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-13 22:33:43 +00:00
Mark D. Studebaker
2fcad0c85a don't print 'algorithm unavailable'
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2905 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-13 17:23:08 +00:00
Mark D. Studebaker
05018a9613 add special driver name "use-isa-instead",
add vt1211 alias detection


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2904 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-13 16:56:42 +00:00
Jean Delvare
433e43a453 Fix W83627EHF ISA ID, datasheets seems to be (again) wrong.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2898 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-09 20:05:07 +00:00
Jean Delvare
a828e77910 Broaden W83627EHF Super-I/O ID mask. The datasheet might not be
accurate about this.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2895 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-08 22:16:46 +00:00
Jean Delvare
f9605210ba Detect the W83627EHF Super-I/O chip.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2894 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-08 18:17:01 +00:00
Rudolf Marek
4c52027eb2 Added PCI IDs for ATI SMBus (Ruik)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2890 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-02-05 13:20:00 +00:00
Jean Delvare
7f5983c5a6 Fix the DS1621 detection which was broken since December 2003.
Thanks to Peter A. Henning for reporting.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2852 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-19 20:38:58 +00:00
Jean Delvare
bdcca1fd75 The ddcmon driver is deprecated, direct the user to eeprom
instead. Cleanup the ddmonitor detection routine.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2850 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-15 11:41:48 +00:00
Jean Delvare
52f72ad67e Improve udev detection. Not all systems seem to have exactly the
same /dev/.udev* files or directories.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2849 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-15 11:05:40 +00:00
Jean Delvare
543e373b07 Identify the PC87371 and PC97371 Super-I/O chips. No sensors but
at least we won't wonder what these are if they cross our path.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2848 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-15 09:16:15 +00:00
Jean Delvare
803e242209 Differenciate between IT8712F and IT8705F.
Lower confidence of LM78 ISA from 7 to 6.
Use register 0x4B (device ID) of IT8712F to improve detection.
Prevent misdetection of IT8705F as W83627THF.
Lower confidence of IT8705F from 8 to 7.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2847 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-15 09:12:42 +00:00
Jean Delvare
97fa3ebc67 Support different "passwords" for primary and secondary addresses
of Super-I/O chips. ITE chips need this.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2842 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-11 21:21:21 +00:00
Jean Delvare
453d40884f The lm93 driver is ready (patch by David Knierim).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2833 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-06 19:04:00 +00:00
Mark M. Hoffman
84ccde9e5d Fix: SMSC LPC47B397-NC detection (wrong superio logical device number)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2822 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-01-04 03:46:34 +00:00
Jean Delvare
5767b9d53b Fix MAX6657, MAX6658 and MAX6659 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2815 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-12-29 10:50:19 +00:00
Jean Delvare
acdc65cd6b Increase the confidence of the Maxim MAX6657, MAX6658 and MAX6659
chips from 3 to 4 so that they won't be misdetected as MAX1617 (ticket
#1841).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2795 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-12-10 20:10:09 +00:00
Mark D. Studebaker
6773d8e4e0 add support for upcoming ICH7 based on information from
Jason Gaston


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2793 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-12-08 21:20:13 +00:00
Jean Delvare
89508412a2 Fix W83792D detection. Add W83791SD detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2787 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-12-06 20:18:35 +00:00
Jean Delvare
fa8a7cf61b Detect the nForce2 Ultra 400 and the nForce3 Pro150 SMBus devices.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2779 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-11-29 20:24:28 +00:00
Mark M. Hoffman
d57ea204c6 Name fix: lpc57b397 -> lpc47b397
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2770 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-11-24 04:31:40 +00:00
Mark M. Hoffman
3b64007d60 Add support for SMSC LPC57B397-NC sensor chip.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2769 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-11-23 16:20:25 +00:00
Jean Delvare
651d95a94e Fix common (mostly harmless) regexp error in bus driver
identification callbacks.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2756 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-11-14 14:38:15 +00:00
Jean Delvare
dfe1645a5a Detect the Philips PCA9556 (8-bit I/O expander).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2755 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-11-14 14:34:30 +00:00
Jean Delvare
cf16be61a9 Discard IBM detection code, as it is not needed anymore.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2732 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-10-14 20:51:17 +00:00
Jean Delvare
4f58b8e4d8 Direct users to documentation for force_addr on ISA chips.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2731 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-10-14 20:20:14 +00:00
Jean Delvare
7b450f6961 Improve LM63 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2716 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-10-09 07:47:36 +00:00
Jean Delvare
de281e24b0 LM85 and LM96000 identify the same.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2707 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-10-03 20:51:47 +00:00
Jean Delvare
11a1a716c2 Detect the W83792D
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2703 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-09-28 19:10:19 +00:00
Jean Delvare
0d969d7486 Support udev. Patch by Aurelien Jarno.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2664 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-08-18 19:55:33 +00:00
Jean Delvare
7a3d256045 Detect the LM63.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2650 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-07-31 16:09:37 +00:00
Jean Delvare
7ec4284d27 Perl cleanups as suggested by ton of #perl@ircnet (part 2).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2640 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-07-14 14:58:21 +00:00
Jean Delvare
b5737acfa2 Perl cleanups as suggested by ton of #perl@ircnet (part 1).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2639 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-07-14 13:52:19 +00:00
Jean Delvare
ec48efad1c Fix LM75 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2637 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-07-08 19:16:14 +00:00