Changeset 5131
- Timestamp:
- 02/26/08 14:50:33 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5126 r5131 6 6 Do not access I/O ports on PPC 7 7 Move south bridge sensor detection to the right section 8 Run chip_special_cases() earlier 8 9 9 10 3.0.1 (2008-01-28) -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5128 r5131 5710 5710 initialize_proc_pci; 5711 5711 initialize_modules_list; 5712 # make sure any special case chips are added to the chip_ids list before 5713 # making the support modules list 5714 chip_special_cases(); 5712 5715 initialize_modules_supported; 5713 5716 initialize_cpu_list(); … … 5774 5777 } 5775 5778 5776 # Before looking for chips, make sure any special case chips are5777 # added to the chip_ids list5778 chip_special_cases();5779 5779 $i2c_addresses_to_scan = i2c_addresses_to_scan(); 5780 5780
