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

(-)file_not_specified_in_diff (-6 / +47 lines)
Line 249 Link Here
249
	  ASMC_FAN_FUNCS,
249
	  ASMC_FAN_FUNCS2,
250
--
Line 254 Link Here
254
	/* The Mac Mini 5,2 has no SMS */
255
	{ 
256
	  "Macmini5,2", "Apple SMC Mac Mini 5,2",
257
	  NULL, NULL, NULL,
258
	  ASMC_FAN_FUNCS2,
259
	  NULL, NULL, NULL,
260
	  ASMC_MM52_TEMPS, ASMC_MM52_TEMPNAMES, ASMC_MM52_TEMPDESCS
261
	},
262
Line 284 Link Here
284
				  "wireless_module", }
284
				  "wireless_proximity", }
285
--
Line 292 Link Here
292
				  "Wireless Module Temperature", }
292
				  "Wireless Module Proximity Temperature", }
293
--
293
294
#define ASMC_MM52_TEMPS		{ "TA0P", "TA1P", \
295
				  "TC0D", "TC0P", \
296
				  "TG0D", "TG1D", \
297
				  "TG0P", "TG0M", \
298
				  "TI0P", \
299
				  "TM0S", "TMBS", \
300
				  "TM0P", "TP0P", \
301
				  "TPCD", "Tp0C", \
302
				  "TW0P", NULL }
303
304
#define ASMC_MM52_TEMPNAMES	{ "ambient_air_proximity", "ambient_cpu_pch_wireless_dimm", \
305
				  "cpu_die", "cpu_proximity", \
306
				  "gpu_diode1", "gpu_diode2", \
307
				  "gpu_proximity", "gpu_integrated_switcher", \
308
				  "thunderbolt_proximity", \
309
				  "memory_slot1", "memory_slot2", \
310
				  "memory_proximity", "pch_controller_proximity", \
311
				  "pch_controller_die", "pwr_supply", \
312
				  "wireless_proximity", }
313
314
#define ASMC_MM52_TEMPDESCS	{ "Ambient Air Proximity Temperature", \
315
				  "Combo Ambient CPU PCH Wireless DIMM Temperature", \
316
				  "CPU Die Temperature", "CPU Proximity Temperature", \
317
				  "GPU Diode 1 Temperature" , "GPU Diode 2 Temperature", \
318
				  "GPU Proximity Temperature", \
319
				  "Integrated Graphics/GPU Switcher Temperature", \
320
				  "Thunderbolt Proximity Temperature", \
321
				  "Memory Slot 1 Temperature", \
322
				  "Memory Slot 2 Temperature", \
323
				  "Memory Slots Proximity Temperature", \
324
				  "Platform Controller Hub Proximity Temperature", \
325
				  "Platform Controller Hub Die Temperature", \
326
				  "Power Supply Temperature", \
327
				  "Wireless Modules Proximity Temperature", }

Return to bug 225911