Show
Ignore:
Timestamp:
01/24/99 01:15:12 (14 years ago)
Author:
phil
Message:

(Phil) Added adm9240 and adm1021 entries into the lib and added VID
output to ADM9240. Status/alarms values need to be implemented instead
of a raw output, but I'll do that too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/chips.h

    r129 r173  
    167167#define SENSORS_LM75_TEMP_OVER 53 /* RW */ 
    168168 
     169/* ADM1021 chips. */ 
     170 
     171#define SENSORS_ADM1021_PREFIX "adm1021" 
     172 
     173#define SENSORS_ADM1021_TEMP 51 /* R */ 
     174#define SENSORS_ADM1021_TEMP_HYST 52 /* RW */ 
     175#define SENSORS_ADM1021_TEMP_OVER 53 /* RW */ 
     176#define SENSORS_ADM1021_REMOTE_TEMP 54 /* R */ 
     177#define SENSORS_ADM1021_REMOTE_TEMP_HYST 55 /* RW */ 
     178#define SENSORS_ADM1021_REMOTE_TEMP_OVER 56 /* RW */ 
     179#define SENSORS_ADM1021_STATUS 81 /* R */ 
    169180 
    170181/* GL518SM revision 0x00 chips. You may also use the revision 0x80 defines, 
     
    319330#define SENSORS_W83781D_BEEPS 83 /* RW */ 
    320331 
     332 
     333/* Analog Devices ADM9240 chips */ 
     334 
     335#define SENSORS_ADM9240_PREFIX "adm9240" 
     336 
     337#define SENSORS_ADM9240_IN0 1 /* R */ 
     338#define SENSORS_ADM9240_IN1 2 /* R */ 
     339#define SENSORS_ADM9240_IN2 3 /* R */ 
     340#define SENSORS_ADM9240_IN3 4 /* R */ 
     341#define SENSORS_ADM9240_IN4 5 /* R */ 
     342#define SENSORS_ADM9240_IN5 6 /* R */ 
     343#define SENSORS_ADM9240_IN0_MIN 11 /* RW */ 
     344#define SENSORS_ADM9240_IN1_MIN 12 /* RW */ 
     345#define SENSORS_ADM9240_IN2_MIN 13 /* RW */ 
     346#define SENSORS_ADM9240_IN3_MIN 14 /* RW */ 
     347#define SENSORS_ADM9240_IN4_MIN 15 /* RW */ 
     348#define SENSORS_ADM9240_IN5_MIN 16 /* RW */ 
     349#define SENSORS_ADM9240_IN0_MAX 21 /* RW */ 
     350#define SENSORS_ADM9240_IN1_MAX 22 /* RW */ 
     351#define SENSORS_ADM9240_IN2_MAX 23 /* RW */ 
     352#define SENSORS_ADM9240_IN3_MAX 24 /* RW */ 
     353#define SENSORS_ADM9240_IN4_MAX 25 /* RW */ 
     354#define SENSORS_ADM9240_IN5_MAX 26 /* RW */ 
     355#define SENSORS_ADM9240_FAN1 31 /* R */ 
     356#define SENSORS_ADM9240_FAN2 32 /* R */ 
     357#define SENSORS_ADM9240_FAN1_MIN 41 /* RW */ 
     358#define SENSORS_ADM9240_FAN2_MIN 42 /* RW */ 
     359#define SENSORS_ADM9240_TEMP 51 /* R */ 
     360#define SENSORS_ADM9240_TEMP_HYST 52 /* RW */ 
     361#define SENSORS_ADM9240_TEMP_OVER 53 /* RW */ 
     362#define SENSORS_ADM9240_VID 61 /* R */ 
     363#define SENSORS_ADM9240_FAN1_DIV 71 /* RW */ 
     364#define SENSORS_ADM9240_FAN2_DIV 72 /* RW */ 
     365#define SENSORS_ADM9240_ALARMS 81 /* R */ 
     366#define SENSORS_ADM9240_ANALOG_OUT 82 /* RW */ 
     367 
     368 
    321369#endif /* def LIB_SENSORS_CHIPS_H */