Changeset 5985
- Timestamp:
- 07/21/11 21:38:10 (22 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 5 modified
-
doc/progs (modified) (1 diff)
-
doc/svn (modified) (1 diff)
-
etc/sensors-conf-convert (modified) (1 diff)
-
prog/hotplug/README.p4b (modified) (2 diffs)
-
prog/hotplug/unhide_ICH_SMBus (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/progs
r5643 r5985 26 26 27 27 * prog/hotplug/unhide_ICH_SMBus (shell script, not installed) 28 It unhides the ICH Intel SMBus for 2.6 kernels28 It unhides the ICH Intel SMBus for kernel 2.6.5 and later. 29 29 30 30 * prog/init/lm_sensors.init (shell script, not installed) -
lm-sensors/trunk/doc/svn
r5187 r5985 5 5 (http://subversion.tigris.org/) 6 6 7 Driver development for 2.6 kernelsis taking place directly in the kernel8 using GIT. Do not use the drivers from our SVN repository for 2.6 kernels, it9 will not work. The user-space tools will work though.7 Driver development for kernel version 3 is taking place directly in the kernel 8 using GIT. Do not use the drivers from our SVN repository for kernel version 9 2.6 or 3, it will not work. The user-space tools will work though. 10 10 11 11 We presume that you have Subversion installed on your machine. To check out a -
lm-sensors/trunk/etc/sensors-conf-convert
r4990 r5985 2 2 3 3 # Convert a sensors.conf file from the old (Linux 2.4, lm-sensors 2) 4 # symbol names to the new (Linux 2.6 , lm-sensors 3) symbol names.4 # symbol names to the new (Linux 2.6 or 3, lm-sensors 3) symbol names. 5 5 # 6 6 # Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> -
lm-sensors/trunk/prog/hotplug/README.p4b
r4402 r5985 4 4 It unhides the SMBus of Intel ICH southbridges hidden on Asus P4B series 5 5 and some other Asus and non-Asus systems. It is implemented as a shell 6 script for the 2.6 kernel: unhide_ICH_SMBus.6 script for kernel 2.6.5 and later: unhide_ICH_SMBus. 7 7 8 8 It works with the following chips: … … 20 20 Really funny :-). 21 21 22 For 2.6 kernels, activation is normally handled by the code in 23 drivers/pci/quirks.c in the kernel source. If you have the 2.6 kernel and 24 the quirks code does not activate your SMBus, you may: 22 Activation is normally handled by the code in drivers/pci/quirks.c in the 23 kernel source. If the quirks code does not activate your SMBus, you may: 25 24 26 25 * first of all, read the paragraph "Hidden ICH SMBus" in -
lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus
r5082 r5985 44 44 45 45 if [ ! -d "$pcibus" ] ; then 46 echo "You need the fake PCI hotplug driver! (fakephp.ko and 2.6 kernel)"46 echo "You need the fake PCI hotplug driver! (fakephp.ko, kernel 2.6.5 or later)" 47 47 exit 255; 48 48 fi
