Changeset 5132
- Timestamp:
- 02/26/08 14:52:35 (9 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5130 r5132 50 50 Move south bridge sensor detection to the right 51 51 section 52 Run chip_special_cases() earlier 52 53 Program unhide_ICH_SMBus: Add support for the 82801AA (ICH) 53 54 lm-sensors/trunk/prog/detect/sensors-detect
r5129 r5132 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
