Changeset 1420

Show
Ignore:
Timestamp:
07/04/02 19:14:52 (11 years ago)
Author:
mds
Message:

prep for separate vt8231 recognition

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/via686a.c

    r1378 r1420  
    8181 
    8282/* Insmod parameters */ 
    83 SENSORS_INSMOD_1(via686a); 
     83SENSORS_INSMOD_2(via686a, vt8231); 
    8484 
    8585/* 
     
    857857                                          DIV_FROM_REG(data->fan_div 
    858858                                                       [nr - 1])); 
    859                 results[1] = 
    860                     FAN_FROM_REG(data->fan[nr - 1], 
     859                results[1] = FAN_FROM_REG(data->fan[nr - 1], 
    861860                                 DIV_FROM_REG(data->fan_div[nr - 1])); 
    862861                *nrels_mag = 2;