Changeset 4210
- Timestamp:
- 10/15/06 10:48:36 (7 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
r4209 r4210 2871 2871 use vars qw(%superio); 2872 2872 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 2873 2880 %superio = ( 2874 2881 devidreg => 0x20, … … 2971 2978 } 2972 2979 2973 # The following are taken from the PNP ISA spec (so it's supposed2974 # to be common to all Super I/0 chips):2975 # devidreg: The device ID register(s)2976 # logdevreg: The logical device register2977 # actreg: The activation register within the logical device2978 # actmask: The activation bit in the activation register2979 # basereg: The I/O base register within the logical device2980 2980 sub scan_superio 2981 2981 {
