Changeset 2409

Show
Ignore:
Timestamp:
04/03/04 20:26:21 (9 years ago)
Author:
khali
Message:

Update superio comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r2407 r2409  
    13101310#  datareg: The data register 
    13111311#  enter: The password sequence to write to the address register 
    1312 #  devidreg: The device ID register(s) 
    13131312#  devid: The device ID(s) we have to match (base device) 
    1314 #  logdevreg: The logical device register 
    13151313#  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 
    13201315#  alias_detect (optional): For chips which can be both on the ISA and the 
    13211316#      I2C bus, a function which detectes whether two entries are the same. 
     
    24062401} 
    24072402 
     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 
    24082410sub scan_superio 
    24092411{