Changeset 2386
- Timestamp:
- 03/21/04 18:28:36 (9 years ago)
- Location:
- lm-sensors/trunk/kernel/chips
- Files:
-
- 8 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/adm1021.c
r2068 r2386 178 178 }; 179 179 180 /* I choose here for semi-static allocation. Complete dynamic181 allocation could also be used; the code needed for this would probably182 take more memory than the datastructure takes now. */183 180 static int adm1021_id = 0; 184 181 -
lm-sensors/trunk/kernel/chips/adm1024.c
r2286 r2386 210 210 int ctl_name, int *nrels_mag, long *results); 211 211 212 /* I choose here for semi-static ADM1024 allocation. Complete dynamic213 allocation could also be used; the code needed for this would probably214 take more memory than the datastructure takes now. */215 212 static int adm1024_id = 0; 216 213 -
lm-sensors/trunk/kernel/chips/adm1025.c
r2286 r2386 157 157 int ctl_name, int *nrels_mag, long *results); 158 158 159 /* I choose here for semi-static ADM1025 allocation. Complete dynamic160 allocation could also be used; the code needed for this would probably161 take more memory than the datastructure takes now. */162 159 static int adm1025_id = 0; 163 160 -
lm-sensors/trunk/kernel/chips/adm9240.c
r2286 r2386 215 215 int ctl_name, int *nrels_mag, long *results); 216 216 217 /* I choose here for semi-static ADM9240 allocation. Complete dynamic218 allocation could also be used; the code needed for this would probably219 take more memory than the datastructure takes now. */220 217 static int adm9240_id = 0; 221 218 -
lm-sensors/trunk/kernel/chips/gl520sm.c
r2068 r2386 249 249 }; 250 250 251 /* I choose here for semi-static GL520SM allocation. Complete dynamic252 allocation could also be used; the code needed for this would probably253 take more memory than the datastructure takes now. */254 251 static int gl520_id = 0; 255 252 -
lm-sensors/trunk/kernel/chips/lm87.c
r2286 r2386 267 267 int ctl_name, int *nrels_mag, long *results); 268 268 269 /* I choose here for semi-static LM87 allocation. Complete dynamic270 allocation could also be used; the code needed for this would probably271 take more memory than the datastructure takes now. */272 269 static int lm87_id = 0; 273 270 -
lm-sensors/trunk/kernel/chips/ltc1710.c
r1705 r2386 120 120 }; 121 121 122 /* I choose here for semi-static LTC1710 allocation. Complete dynamic123 allocation could also be used; the code needed for this would probably124 take more memory than the datastructure takes now. */125 122 static int ltc1710_id = 0; 126 123 -
lm-sensors/trunk/kernel/chips/saa1064.c
r1900 r2386 185 185 }; 186 186 187 /* I choose here for semi-static SAA1064 allocation. Complete dynamic188 allocation could also be used; the code needed for this would probably189 take more memory than the datastructure takes now. */190 187 static int saa1064_id = 0; 191 188
