Changeset 5448
- Timestamp:
- 11/27/08 22:41:28 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5447 r5448 2462 2462 2463 2463 # Build and return a PCI device's bus ID 2464 sub pci_busid ($)2464 sub pci_busid 2465 2465 { 2466 2466 my $device = shift; … … 2569 2569 # $_[0]: Reference to an opened filehandle 2570 2570 # Returns: -1 on failure, functionality bitfield on success. 2571 sub i2c_get_funcs ($)2571 sub i2c_get_funcs 2572 2572 { 2573 2573 my $file = shift; … … 2673 2673 # chips locks. This is done by choosing the best probing method depending 2674 2674 # on the address range. 2675 sub i2c_probe ($$$)2675 sub i2c_probe 2676 2676 { 2677 2677 my ($file, $addr, $funcs) = @_; … … 2913 2913 # we don't know a single device, and probing some addresses has caused 2914 2914 # random trouble in the past. 2915 sub i2c_addresses_to_scan ()2915 sub i2c_addresses_to_scan 2916 2916 { 2917 2917 my @used; … … 3123 3123 3124 3124 # Guess if an unknown Super-I/O chip has sensors 3125 sub guess_superio_ld ($$$)3125 sub guess_superio_ld 3126 3126 { 3127 3127 my ($addrreg, $datareg, $typical_addr) = @_; … … 3154 3154 } 3155 3155 3156 sub probe_superio ($$$)3156 sub probe_superio 3157 3157 { 3158 3158 my ($addrreg, $datareg, $chip) = @_; … … 3293 3293 3294 3294 3295 sub scan_cpu ($)3295 sub scan_cpu 3296 3296 { 3297 3297 my $entry = shift;
