Changeset 1267

Show
Ignore:
Timestamp:
12/12/01 20:28:05 (11 years ago)
Author:
knobi
Message:

(MKN) Add support for fscscy driver.
(MKN) Update/Cleanup? handling of Config.help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r1247 r1267  
    7777        or die "Can't open $package_root/$package_file"; 
    7878  MAIN: while(<INPUT>) { 
    79     if (m@I2C mainboard interfaces@ or  
     79    if (m@I2C mainboard interfaces@ or 
     80           m@Acer Labs ALI 1535@ or 
    8081           m@Acer Labs ALI 1533 and 1543C@ or 
     82           m@AMD 756/766@ or 
    8183           m@Apple Hydra Mac I/O@ or 
     84           m@Intel I801@ or 
     85           m@Intel I810/I815 based Mainboard@ or 
    8286           m@Intel 82371AB PIIX4\(E\)@ or 
     87           m@Silicon Integrated Systems Corp. SiS5595 based Mainboard@ or 
    8388           m@VIA Technologies, Inc. VT82C586B@ or 
     89           m@VIA Technologies, Inc. VT82C596, 596B, 686A/B, 8233@ or 
     90           m@3DFX Banshee / Voodoo3@ or 
     91           m@DEC Tsunami 21272@ or 
    8492           m@Pseudo ISA adapter \(for hardware sensors modules\)@ or 
    8593           m@Analog Devices ADM1021 and compatibles@ or 
     94           m@Analog Devices ADM1024@ or 
     95           m@Analog Devices ADM1025@ or 
    8696           m@Analog Devices ADM9240 and compatibles@ or 
     97           m@Dallas DS1621 and DS1625@ or 
     98           m@Fujitsu-Siemens Poseidon@ or 
     99           m@Fujitsu-Siemens Scylla@ or 
    87100           m@Genesys Logic GL518SM@ or 
    88            m@National Semiconductors LM75@ or 
     101           m@Genesys Logic GL520SM@ or 
     102           m@HP Maxilife@ or 
     103           m@ITE 8705, 8712, Sis950@ or 
     104           m@Myson MTP008@ or 
     105           m@National Semiconductors LM75 and compatibles@ or 
    89106           m@National Semiconductors LM78@ or 
    90107           m@National Semiconductors LM80@ or 
    91            m@Silicon Integrated Systems Corp. SiS5595@ or 
    92            m@Winbond W83781D, W83782D and W83783S@ or 
     108           m@National Semiconductors LM87@ or 
     109           m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or 
     110           m@Texas Instruments THMC50 / Analog Devices ADM1022@ or 
     111           m@Via VT82C686A/B@ or 
     112           m@Winbond W83781D, W83782D, W83783S, W83627HF, AS99127F@ or 
    93113           m@EEprom \(DIMM\) reader@) { 
    94114      $_ = <INPUT>; 
     
    144164  is running. 
    145165 
    146 Intel I810/I815 
     166Intel I810/I815 based Mainboard 
    147167CONFIG_I2C_I810 
    148168  If you say yes to this option, support will be included for the  
     
    162182  is running. 
    163183 
    164 Silicon Integrated Systems Corp. SiS5595 
     184Silicon Integrated Systems Corp. SiS5595 based Mainboard 
    165185CONFIG_I2C_SIS5595 
    166186  If you say yes to this option, support will be included for the  
     
    274294  http://www.lm-sensors.nu 
    275295 
     296Fujitsu-Siemens Scylla 
     297CONFIG_SENSORS_FSCSCY 
     298  If you say yes here you get support for the Fujitsu-Siemens Scylla 
     299  sensor chip.  This can also be built as a module. This driver may/should 
     300  also work with the following Fujitsu-Siemens chips: "Poseidon", 
     301  "Poseidon II" and "Hydra". You may have to force loading of the module 
     302  for motherboards in these cases. Be careful - those motherboards have 
     303  not been tested with this driver. 
     304 
     305  You will also need the latest user-space utilties: you can find them 
     306  in the lm_sensors package, which you can download at  
     307  http://www.lm-sensors.nu 
     308 
    276309Genesys Logic GL518SM 
    277310CONFIG_SENSORS_GL518SM 
     
    321354  http://www.lm-sensors.nu 
    322355 
    323 National Semiconductor LM75 and compatibles 
     356National Semiconductors LM75 and compatibles 
    324357CONFIG_SENSORS_LM75  
    325358  If you say yes here you get support for National Semiconductor LM75 
     
    332365  http://www.lm-sensors.nu 
    333366 
    334 National Semiconductor LM78 
     367National Semiconductors LM78 
    335368CONFIG_SENSORS_LM78 
    336369  If you say yes here you get support for National Semiconductor LM78 
     
    344377  http://www.lm-sensors.nu 
    345378 
    346 National Semiconductor LM80 
     379National Semiconductors LM80 
    347380CONFIG_SENSORS_LM80 
    348381  If you say yes here you get support for National Semiconductor LM80 
     
    354387  http://www.lm-sensors.nu 
    355388 
    356 National Semiconductor LM87 
     389National Semiconductors LM87 
    357390CONFIG_SENSORS_LM87 
    358391  If you say yes here you get support for National Semiconductor LM87 
     
    364397  http://www.lm-sensors.nu 
    365398 
    366 Silicon Integrated Systems Corp. SiS5595 
     399Silicon Integrated Systems Corp. SiS5595 Sensor 
    367400CONFIG_SENSORS_SIS5595 
    368401  If you say yes here you get support for the integrated sensors in  
     
    758791obj-$(CONFIG_SENSORS_EEPROM)    += eeprom.o 
    759792obj-$(CONFIG_SENSORS_FSCPOS)    += fscpos.o 
     793obj-$(CONFIG_SENSORS_FSCSCY)    += fscscy.o 
    760794obj-$(CONFIG_SENSORS_GL518SM)   += gl518sm.o 
    761795obj-$(CONFIG_SENSORS_GL520SM)   += gl520sm.o 
     
    865899  ifeq ($(CONFIG_SENSORS_FSCPOS),m) 
    866900    M_OBJS += fscpos.o 
     901  endif 
     902endif 
     903 
     904ifeq ($(CONFIG_SENSORS_FSCSCY),y) 
     905  L_OBJS += fscscy.o 
     906else 
     907  ifeq ($(CONFIG_SENSORS_FSCSCY),m) 
     908    M_OBJS += fscscy.o 
    867909  endif 
    868910endif