Created attachment 217264 [details] Add support for MacBook7,1 Support for MacBook Mid-2010 is missing in asmc kernel module. I was able to implement such support with forum help. After applying attached patch, compiling and loading asmc module I'm able to check temperatures, set fan speed or see warnings from SMS (sudden motion sensors) on my machine. Looks like it's working without any errors. Some keys are missing description because I wasn't able to find any source which would provide such information but most keys are described. Attachment provides patch for FreeBSD 12.1-RELEASE.
A commit references this bug: Author: markj Date: Mon Aug 17 12:47:08 UTC 2020 New revision: 364300 URL: https://svnweb.freebsd.org/changeset/base/364300 Log: asmc(4): Add support for MacBook7,1. PR: 248693 Submitted by: gcx61@interia.pl MFC after: 1 week Changes: head/sys/dev/asmc/asmc.c head/sys/dev/asmc/asmcvar.h
A commit references this bug: Author: markj Date: Mon Aug 24 13:50:56 UTC 2020 New revision: 364676 URL: https://svnweb.freebsd.org/changeset/base/364676 Log: MFC r364300: asmc(4): Add support for MacBook7,1. PR: 248693 Changes: _U stable/12/ stable/12/sys/dev/asmc/asmc.c stable/12/sys/dev/asmc/asmcvar.h
Thanks for the patch.