Changes between Version 13 and Version 14 of Kernel2.6
- Timestamp:
- 02/19/08 12:59:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Kernel2.6
v13 v14 38 38 I2C Hardware Bus support 39 39 <M> (configure all of them as modules) 40 I2C Hardware Sensors Chip support (up to 2.6.1 3-rc2)40 I2C Hardware Sensors Chip support (up to 2.6.12) 41 41 <M> (configure all of them as modules) 42 Hardware Monitoring support (since 2.6.13 -rc3)42 Hardware Monitoring support (since 2.6.13) 43 43 <M> (configure all of them as modules) 44 44 }}} … … 51 51 52 52 * In kernel 2.6.22, the way the I2C adapters are presented in sysfs changed, and this affects libsensors. You will need lm_sensors version 2.10.3 or later. Alternatively, the kernel can be compiled with CONFIG_SYSFS_DEPRECATED=y, then version 2.10.2 will work too. Older versions of lm_sensors will complain that the I2C adapter names can't be read. This is only a warning though. 53 * A few chip drivers are not yet ported. Therefore sensors-detect may recommend a driver that is not present. Please check your kernel configuration and the drivers/i2c/chips (up to 2.6.1 3-rc2) or drivers/hwmon (since 2.6.13-rc3) directory for the presence of your driver. Our [wiki:Devices Devices page] shows which drivers are present in 2.6 kernels.53 * A few chip drivers are not yet ported. Therefore sensors-detect may recommend a driver that is not present. Please check your kernel configuration and the drivers/i2c/chips (up to 2.6.12) or drivers/hwmon (since 2.6.13) directory for the presence of your driver. Our [wiki:Devices Devices page] shows which drivers are present in 2.6 kernels. 54 54 * If you would like to port an I2C/SMBus hardware monitoring driver, read [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/i2c/porting-clients Documentation/i2c/porting-clients] as found in the Linux 2.6 kernel source tree. If you would like to port a non-I2C chip driver, make it a platform driver, using the f71805f driver as an example. 55 55
