Changeset 5131

Show
Ignore:
Timestamp:
02/26/08 14:50:33 (5 years ago)
Author:
jwrdegoede
Message:

run chip_special_cases() earlier so that the special chips get added to the modules_supported list

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5126 r5131  
    66                  Do not access I/O ports on PPC 
    77                  Move south bridge sensor detection to the right section 
     8                  Run chip_special_cases() earlier 
    89 
    9103.0.1 (2008-01-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5128 r5131  
    57105710  initialize_proc_pci; 
    57115711  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(); 
    57125715  initialize_modules_supported; 
    57135716  initialize_cpu_list(); 
     
    57745777  } 
    57755778 
    5776   # Before looking for chips, make sure any special case chips are 
    5777   # added to the chip_ids list 
    5778   chip_special_cases(); 
    57795779  $i2c_addresses_to_scan = i2c_addresses_to_scan(); 
    57805780