Changeset 4386
- Timestamp:
- 05/05/07 14:43:03 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 4 removed
- 7 modified
-
BUGS (modified) (1 diff)
-
CHANGES (modified) (1 diff)
-
Makefile (modified) (2 diffs)
-
README (modified) (1 diff)
-
README.directories (modified) (1 diff)
-
doc/busses (deleted)
-
doc/modules (modified) (2 diffs)
-
kernel/busses (deleted)
-
kernel/chips/pca954x.c (deleted)
-
kernel/include/i2c-virtual.h (deleted)
-
lm_sensors.lsm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/BUGS
r4173 r4386 78 78 Different formulas are required for different versions of 79 79 the chip and different motherboards. 80 81 ================================82 bus drivers (all)83 84 Rmmod'ing a bus driver when the /proc directory for a chip85 driver on that bus is in use may cause a kernel oops, because86 the chip driver gets removed too. See ticket #331 for details.87 Not likely to happen. No obvious way to fix. -
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4385 r4386 3 3 4 4 SVN HEAD 5 All bus modules and documentation: Delete 5 6 File doc/version-2: Delete, obsolete 6 7 File sensors.conf.eg: Add a dme1737 section -
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r4383 r4386 177 177 ifneq ($(MAKECMDGOALS),userpackage) 178 178 ifneq ($(MAKECMDGOALS),manhtml) 179 SRCDIRS += kernel kernel/ busses kernel/chips179 SRCDIRS += kernel kernel/chips 180 180 endif 181 181 endif … … 368 368 grep -v ^$$lmpackage/$$lmpackage.tar$$ | \ 369 369 grep -v ^$$lmpackage/doc/chips | \ 370 grep -v ^$$lmpackage/doc/busses | \371 370 grep -v ^$$lmpackage/kernel/chips | \ 372 grep -v ^$$lmpackage/kernel/busses | \373 371 grep -v ^$$lmpackage/$$ | \ 374 372 grep -v /CVS | \ -
lm-sensors/branches/lm-sensors-3.0.0/README
r4357 r4386 42 42 43 43 ============================================================================= 44 45 At least the following I2C/SMBus adapters are supported:46 Acer Labs M1533, M1535, M1543C and M156347 AMD 756, 766, 768 and 811148 AMD 8111 SMBus 2.049 Apple Hydra (used on some PPC machines)50 ATI IXP200, IXP300, IXP400, SB60051 DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards)52 Intel ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7/ICH8/ICH9 (82801xx)53 Intel 6300ESB, 631xESB/632xESB (ESB2)54 Intel PIIX4 (used in many Intel chipsets)55 Intel I810/I810E/I815/I845G GMCH56 Intel 82443MX (440MX)57 NVidia nForce, nForce2, nForce3, nForce458 ServerWorks OSB4, CSB5, CSB6, HT-100059 SiS 5595, 630, 645, 655, 73060 SMSC Victory6661 3Dfx Voodoo 3 and Banshee62 VIA Technologies VT82C586B, VT82C596A/B, VT82C686A/B, VT8231,63 VT8233, VT8233A, VT8235, VT8237R/A, VT8251, CX70064 65 44 66 45 At least the following hardware sensor chips are supported: -
lm-sensors/branches/lm-sensors-3.0.0/README.directories
r4383 r4386 6 6 A sample configuration file for the 'sensors' program. 7 7 * kernel 8 The kernel modules: I2C/SMBus master drivers, andsensor chip drivers.8 The kernel modules: sensor chip drivers. 9 9 * lib 10 10 The user-space sensors support library code. -
lm-sensors/branches/lm-sensors-3.0.0/doc/modules
r4175 r4386 2 2 ================== 3 3 4 'make install' will install the kernel modules modules in the 5 subdirectories /lib/modules/$version/kernel/drivers/i2c and 6 /lib/modules/$version/kernel/drivers/sensors. This puts the modules 7 in the same location as a kernel 'make modules_install' does so 8 that there will be no duplicate modules. 4 'make install' will install the kernel modules in the 5 subdirectory /lib/modules/$version/kernel/drivers/i2c/chips. 6 This puts the modules in the same location as a kernel 7 'make modules_install' does so that there will be no duplicate modules. 9 8 10 9 If 'make install' fails, particularly on Mandrake kernels, … … 13 12 For details on options that apply to most modules, see 14 13 doc/chips/MODPARMS. For details on options specific to particular 15 modules, see the documentation in doc/chips/ and doc/busses/.14 modules, see the documentation in doc/chips/. -
lm-sensors/branches/lm-sensors-3.0.0/lm_sensors.lsm
r4357 r4386 8 8 easily, and of an example program to pretty print this data. 9 9 LM78, LM79, LM80, W83781D and GL518SM sensor chips are 10 supported, among others. PIIX4 and VIA chipset SMBus 11 implementations are supported, as well as many I2C busses. 10 supported, among others. 12 11 Version 2 is a complete non-compatible modular rewrite of this 13 package , with full I2C and SMBus support.12 package. 14 13 Keywords: kernel module SMBus sensors LM78 health 15 14 Author: frodol@dds.nl (Frodo Looijaard)
