Changeset 4118
- Timestamp:
- 08/28/06 21:15:28 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4116 r4118 16 16 Add support for the IT8716F and IT8718F chips 17 17 Add support for the W83793 chip (Yuan Mu) 18 Map the 2.6 adm1026's fan8 to fan0 18 19 Makefile: Don't grep autoconf.h on user-space targets 19 20 Fix depmod on non-running kernel version -
lm-sensors/trunk/lib/chips.c
r4109 r4118 2970 2970 { SENSORS_ADM1026_FAN0, "fan0", 2971 2971 NOMAP, NOMAP, R, 2972 ADM1026_SYSCTL_FAN0, VALUE(2), 0 },2972 ADM1026_SYSCTL_FAN0, VALUE(2), 0, "fan8_input", 0 }, 2973 2973 { SENSORS_ADM1026_FAN0_MIN, "fan0_min", 2974 2974 SENSORS_ADM1026_FAN0, SENSORS_ADM1026_FAN0, RW, 2975 ADM1026_SYSCTL_FAN0, VALUE(1), 0 },2975 ADM1026_SYSCTL_FAN0, VALUE(1), 0, "fan8_min", 0 }, 2976 2976 { SENSORS_ADM1026_FAN0_DIV, "fan0_div", 2977 2977 SENSORS_ADM1026_FAN0, NOMAP, RW, 2978 ADM1026_SYSCTL_FAN_DIV, VALUE(1), 0 },2978 ADM1026_SYSCTL_FAN_DIV, VALUE(1), 0, "fan8_div", 0 }, 2979 2979 { SENSORS_ADM1026_FAN1, "fan1", 2980 2980 NOMAP, NOMAP, R,
