Changeset 1611

Show
Ignore:
Timestamp:
11/16/02 19:23:54 (11 years ago)
Author:
mds
Message:

add BMC entries

Files:
1 modified

Legend:

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

    r1599 r1611  
    12681268#define SENSORS_VT8231_UCH 84 /* RW */ 
    12691269 
     1270#define SENSORS_BMC_PREFIX "bmc" 
     1271 
     1272/* quantity of each sensor is unknown, so just define the 
     1273   first one of each and keep them 100 apart. */ 
     1274#define SENSORS_BMC_ALARMS 1 /* R */ 
     1275#define SENSORS_BMC_IN1 101 /* R */ 
     1276#define SENSORS_BMC_IN1_MIN 201 /* RW */ 
     1277#define SENSORS_BMC_IN1_MAX 301 /* RW */ 
     1278#define SENSORS_BMC_FAN1 1001 /* R */ 
     1279#define SENSORS_BMC_FAN1_MIN 1101 /* RW */ 
     1280#define SENSORS_BMC_TEMP1 2001 /* R */ 
     1281#define SENSORS_BMC_TEMP1_MIN 2101 /* RW */ 
     1282#define SENSORS_BMC_TEMP1_MAX 2201 /* RW */ 
     1283#define SENSORS_BMC_CURR1 3001 /* R */ 
     1284#define SENSORS_BMC_CURR1_MIN 3101 /* RW */ 
     1285#define SENSORS_BMC_CURR1_MAX 3201 /* RW */ 
     1286 
    12701287#endif /* def LIB_SENSORS_CHIPS_H */