diff options
Diffstat (limited to 'sys/dev/asmc/asmcvar.h')
-rw-r--r-- | sys/dev/asmc/asmcvar.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/dev/asmc/asmcvar.h b/sys/dev/asmc/asmcvar.h index 40c347f..0a679d7 100644 --- a/sys/dev/asmc/asmcvar.h +++ b/sys/dev/asmc/asmcvar.h @@ -155,6 +155,25 @@ struct asmc_softc { "Graphics Chip", "Graphics Heatsink", \ "Unknown", } +#define ASMC_MBP4_TEMPS { "TB0T", "Th0H", "Th1H", "Th2H", "Tm0P", \ + "TG0H", "TG0D", "TC0D", "TC0P", "Ts0P", \ + "TTF0", "TW0P", NULL } + +#define ASMC_MBP4_TEMPNAMES { "enclosure", "heatsink1", "heatsink2", \ + "heatsink3", "memory", "graphicssink", \ + "graphics", "cpu", "cpu2", "unknown1", \ + "unknown2", "wireless", } + +#define ASMC_MBP4_TEMPDESCS { "Enclosure Bottomside", \ + "Main Heatsink 1", "Main Heatsink 2", \ + "Main Heatsink 3", \ + "Memory Controller", \ + "Graphics Chip Heatsink", \ + "Graphics Chip Diode", \ + "CPU Temperature Diode", "CPU Point 2", \ + "Unknown", "Unknown", \ + "Wireless Module", } + #define ASMC_MM_TEMPS { "TN0P", "TN1P", NULL } #define ASMC_MM_TEMPNAMES { "northbridge1", "northbridge2" } #define ASMC_MM_TEMPDESCS { "Northbridge Point 1", \ |