Changeset 4374
- Timestamp:
- 04/20/07 15:36:43 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/sensors.conf.5 (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4372 r4374 6 6 Library: Clean up pwm symbol names translation 7 7 Add dme1737 support 8 Man page sensors.conf.5: Update the chip statement section 8 9 Program isadump: Detect when address bit 7 is a busy flag 9 10 Program rrd: Support only hwmon class devices -
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.conf.5
r4235 r4374 24 24 .\" References consulted: 25 25 .\" sensors.conf.eg by Frodo Looijaard 26 .TH sensors.conf 5 " October 2006" "" "Linux Programmer's Manual"26 .TH sensors.conf 5 "April 2007" "" "Linux Programmer's Manual" 27 27 .SH NAME 28 28 sensors.conf \- libsensors configuration file … … 169 169 170 170 .RS 171 chip "lm78\-*" " *\-isa\-*" "*\-i2c\-3"171 chip "lm78\-*" "lm79\-*" 172 172 .RE 173 173 … … 192 192 dashes. To complicate matters, sometimes an element can also contain 193 193 dashes. This complicates the parsing algorithm, but is not too confusing 194 for humans (we hope!). The chip descriptions are equal to those 195 appearing in 196 .IR /proc/sys/dev/sensors , 197 but may contain the 198 .I * 199 wildcard. 194 for humans (we hope!). 200 195 201 196 The first element is the name of the chip type. Sometimes a single driver … … 206 201 207 202 The second element is the name of the bus. This is either 208 .I isa 203 .IR isa , 204 .I pci 209 205 or 210 206 .IR i2c-N , … … 216 212 .I * 217 213 for this element, or only for the number of the I2C bus 218 (which means 'any non-ISAbus').219 220 The third element is the hexadecimal address . This is a number between 0 and221 ffff for the ISA bus, and between 0 and 7f for an I2C bus. You may substitute214 (which means 'any I2C bus'). 215 216 The third element is the hexadecimal address of the chip. The valid range 217 depends on the bus type. You may substitute 222 218 the wildcard operator 223 219 .I * … … 228 224 second element. The following are all valid chip type specification based 229 225 on 230 .I lm78\-i2c\-1 0\-5e226 .I lm78\-i2c\-1\-2d 231 227 or 232 .IR lm78\-isa\- 10dd:233 234 .RS 235 lm78\-i2c\-1 0\-5e236 .sp 0 237 lm78\-i2c\-1 0\-*238 .sp 0 239 lm78\-i2c\-*\- 5e240 .sp 0 241 lm78\-i2c\-*\-* 242 .sp 0 243 lm78\-isa\- 10dd228 .IR lm78\-isa\-0290 : 229 230 .RS 231 lm78\-i2c\-1\-2d 232 .sp 0 233 lm78\-i2c\-1\-* 234 .sp 0 235 lm78\-i2c\-*\-2d 236 .sp 0 237 lm78\-i2c\-*\-* 238 .sp 0 239 lm78\-isa\-0290 244 240 .sp 0 245 241 lm78\-isa\-* … … 247 243 lm78\-* 248 244 .sp 0 249 *\-i2c\-1 0\-5e250 .sp 0 251 *\-i2c\-1 0\-*252 .sp 0 253 *\-i2c\-*\- 5e245 *\-i2c\-1\-2d 246 .sp 0 247 *\-i2c\-1\-* 248 .sp 0 249 *\-i2c\-*\-2d 254 250 .sp 0 255 251 *\-i2c-*\-* 256 252 .sp 0 257 *\-isa\- 10dd253 *\-isa\-0290 258 254 .sp 0 259 255 *\-isa\-*
