Changeset 2409
- Timestamp:
- 04/03/04 20:26:21 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r2407 r2409 1310 1310 # datareg: The data register 1311 1311 # enter: The password sequence to write to the address register 1312 # devidreg: The device ID register(s)1313 1312 # devid: The device ID(s) we have to match (base device) 1314 # logdevreg: The logical device register1315 1313 # logdev: The logical device containing the sensors 1316 # actreg (optional): The activation register within the logical device 1317 # actmask (optional): The activation bit in the activation register 1318 # basereg: The I/O base register within the logical device 1319 # exitseq: Sequence of addr,val pairs which exits config mode 1314 # exit (optional): Sequence of addr,val pairs which exits config mode 1320 1315 # alias_detect (optional): For chips which can be both on the ISA and the 1321 1316 # I2C bus, a function which detectes whether two entries are the same. … … 2406 2401 } 2407 2402 2403 # The following are taken from the PNP ISA spec (so it's supposed 2404 # to be common to all Super I/0 chips): 2405 # devidreg: The device ID register(s) 2406 # logdevreg: The logical device register 2407 # actreg: The activation register within the logical device 2408 # actmask: The activation bit in the activation register 2409 # basereg: The I/O base register within the logical device 2408 2410 sub scan_superio 2409 2411 {
