Show
Ignore:
Timestamp:
03/24/99 22:28:22 (14 years ago)
Author:
frodo
Message:

Taught the w83781d module about insmod parameters

Also fixed a small lm78 problem and synchronised the detect script with
the Winbond detection.

Files:
1 modified

Legend:

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

    r338 r341  
    4242/* Insmod parameters */ 
    4343SENSORS_INSMOD_3(lm78,lm78j,lm79); 
     44 
    4445/* Many LM78 constants specified below */ 
    4546 
     
    323324      /* We need the timeouts for at least some LM78-like chips. But only 
    324325         if we read 'undefined' registers. */ 
    325       if (check_region(address,LM78_EXTENT)) 
    326         goto ERROR0; 
    327326      i = inb_p(address + 1); 
    328327      if (inb_p(address + 2) != i)