Changeset 793
- Timestamp:
- 04/18/00 13:19:10 (9 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (1 diff)
- lm-sensors/trunk/QUICKSTART (modified) (1 diff)
- lm-sensors/trunk/README (modified) (1 diff)
- lm-sensors/trunk/kernel/sensors.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r706 r793 115 115 those in /usr/src/linux/include/{linux,asm}. It is also possible to 116 116 tell the Makefile the kernel is somewhere else than at /usr/src/linux. 117 118 To keep problems to a minimum, please use a 'vanilla' kernel tree, 119 as distributed on ftp://ftp.kernel/org/pub/linux/kernel, and not one 120 patched by your distribution. 117 121 118 122 lm-sensors/trunk/QUICKSTART
r783 r793 6 6 * Make sure you have the kernel tree corresponding to your current 7 7 kernel in /usr/src/linux. Distribution kernels usually won't do, 8 compile your own. 8 compile your own from a 'vanilla' tree (get one from 9 ftp://ftp.kernel/org/pub/linux/kernel/). 9 10 * Install the i2c package. This won't do any harm, even if use a very 10 11 recent 2.3 or 2.4 kernel, though it may be unnecessary lm-sensors/trunk/README
r792 r793 24 24 Users of kernel 2.3.34 and later (and also all soon to be 2.4.x) kernels 25 25 will be happy to know that the new I2C implementation has been included 26 in the kernel , butyou can still patch it with the latest version26 in the kernel; you can still patch it with the latest version 27 27 (see i2c/mkpatch/mkpatch.pl), but this is optional. 28 28 lm-sensors/trunk/kernel/sensors.c
r740 r793 867 867 (sensors_proc_header = 868 868 register_sysctl_table(sensors_proc, 0))) return -ENOMEM; 869 #if 0 869 870 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,1)) 870 871 sensors_proc_header->ctl_table->child->de->owner = THIS_MODULE; … … 873 874 &sensors_fill_inode; 874 875 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,1)) */ 876 #endif 875 877 sensors_initialized++; 876 878 return 0;
