asmc.c (32a8088feff95f2a7b35ff5ac78887cdb963c3e8) asmc.c (4b07bf84dd3b30334f1fcaed3c7714935cdbbd72)
1/*-
2 * Copyright (c) 2007 Rui Paulo <rpaulo@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 169 unchanged lines hidden (view full) ---

178 ASMC_SMS_FUNCS, ASMC_FAN_FUNCS, ASMC_LIGHT_FUNCS,
179 ASMC_MBP_TEMPS, ASMC_MBP_TEMPNAMES, ASMC_MBP_TEMPDESCS
180 },
181
182 /* The Mac Mini has no SMS */
183 {
184 "Macmini1,1", "Apple SMC Mac Mini",
185 NULL, NULL, NULL,
1/*-
2 * Copyright (c) 2007 Rui Paulo <rpaulo@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 169 unchanged lines hidden (view full) ---

178 ASMC_SMS_FUNCS, ASMC_FAN_FUNCS, ASMC_LIGHT_FUNCS,
179 ASMC_MBP_TEMPS, ASMC_MBP_TEMPNAMES, ASMC_MBP_TEMPDESCS
180 },
181
182 /* The Mac Mini has no SMS */
183 {
184 "Macmini1,1", "Apple SMC Mac Mini",
185 NULL, NULL, NULL,
186 NULL, NULL,
187 ASMC_FAN_FUNCS,
186 ASMC_FAN_FUNCS,
187 NULL, NULL,
188 ASMC_MM_TEMPS, ASMC_MM_TEMPNAMES, ASMC_MM_TEMPDESCS
189 },
190
191 { NULL, NULL }
192};
193
194#undef ASMC_SMS_FUNCS
195#undef ASMC_FAN_FUNCS

--- 786 unchanged lines hidden ---
188 ASMC_MM_TEMPS, ASMC_MM_TEMPNAMES, ASMC_MM_TEMPDESCS
189 },
190
191 { NULL, NULL }
192};
193
194#undef ASMC_SMS_FUNCS
195#undef ASMC_FAN_FUNCS

--- 786 unchanged lines hidden ---