View | Details | Raw Unified | Return to bug 235798
Collapse All | Expand All

(-)file_not_specified_in_diff (+28 lines)
Line 265 Link Here
265
266
        /* The Mac Mini 2,1 has no SMS */
267
        {
268
          "Macmini2,1", "Apple SMC Mac Mini 2,1",
269
          ASMC_SMS_FUNCS_DISABLED,
270
          ASMC_FAN_FUNCS,
271
          ASMC_LIGHT_FUNCS_DISABLED,
272
          ASMC_MM21_TEMPS, ASMC_MM21_TEMPNAMES, ASMC_MM21_TEMPDESCS
273
        },
274
Line 342 Link Here
342
#define ASMC_MM21_TEMPS		{ "TA0P", "TC0D", \
343
				  "TC0H", "TC0P", \
344
				  "TC1P", "TN0P", \
345
				  "TN1P", NULL }
346
347
#define ASMC_MM21_TEMPNAMES	{ "ambient_air", "cpu_die", \
348
				  "cpu_heatsink", "cpu_proximity1", \
349
				  "cpu_proximity2", "northbridge_proximity1", \
350
				  "northbridge_proximity2", }
351
352
#define ASMC_MM21_TEMPDESCS	{ "Ambient Air Temperature" \
353
				  "CPU Die Core Temperature", \
354
				  "CPU Heatsink Temperature", \
355
				  "CPU Proximity 1 Temperature", \
356
				  "CPU Proximity 2 Temperature", \
357
				  "Northbridge Proximity 1 Temperature", \
358
				  "Northbridge Proximity 2 Temperature", }
359

Return to bug 235798