Changeset 4210

Show
Ignore:
Timestamp:
10/15/06 10:48:36 (7 years ago)
Author:
khali
Message:

Move Super-I/O registers comment where it belongs.

Files:
1 modified

Legend:

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

    r4209 r4210  
    28712871use vars qw(%superio); 
    28722872 
     2873# The following are taken from the PNP ISA spec (so it's supposed 
     2874# to be common to all Super I/O chips): 
     2875#  devidreg: The device ID register(s) 
     2876#  logdevreg: The logical device register 
     2877#  actreg: The activation register within the logical device 
     2878#  actmask: The activation bit in the activation register 
     2879#  basereg: The I/O base register within the logical device 
    28732880%superio = ( 
    28742881  devidreg => 0x20, 
     
    29712978} 
    29722979 
    2973 # The following are taken from the PNP ISA spec (so it's supposed 
    2974 # to be common to all Super I/0 chips): 
    2975 #  devidreg: The device ID register(s) 
    2976 #  logdevreg: The logical device register 
    2977 #  actreg: The activation register within the logical device 
    2978 #  actmask: The activation bit in the activation register 
    2979 #  basereg: The I/O base register within the logical device 
    29802980sub scan_superio 
    29812981{