| Summary: | [PATCH][asmc] Add support for for macmini2,1 to asmc kernel module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Trev <fbsdbugs4> | ||||
| Component: | kern | Assignee: | David Bright <dab> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | dab, markj | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | 11.2-STABLE | Flags: | dab:
mfc-stable12+
dab: mfc-stable11+ dab: mfc-stable10- |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: dab Date: Mon Feb 25 21:59:02 UTC 2019 New revision: 344553 URL: https://svnweb.freebsd.org/changeset/base/344553 Log: asmc: Add support for Mac mini 2,1 PR: 235798 Submitted by: Trev <fbsdbugs4@sentry.org> Reported by: Trev <fbsdbugs4@sentry.org> MFC after: 1 week Changes: head/sys/dev/asmc/asmc.c head/sys/dev/asmc/asmcvar.h A commit references this bug: Author: dab Date: Thu Mar 7 15:30:49 UTC 2019 New revision: 344888 URL: https://svnweb.freebsd.org/changeset/base/344888 Log: MFC r344553: asmc: Add support for Mac mini 2,1 PR: 235798 Submitted by: Trev <fbsdbugs4@sentry.org> Reported by: Trev <fbsdbugs4@sentry.org> Changes: _U stable/12/ stable/12/sys/dev/asmc/asmc.c stable/12/sys/dev/asmc/asmcvar.h A commit references this bug: Author: dab Date: Thu Mar 7 15:31:32 UTC 2019 New revision: 344889 URL: https://svnweb.freebsd.org/changeset/base/344889 Log: MFC r344553: asmc: Add support for Mac mini 2,1 PR: 235798 Submitted by: Trev <fbsdbugs4@sentry.org> Reported by: Trev <fbsdbugs4@sentry.org> Changes: _U stable/11/ stable/11/sys/dev/asmc/asmc.c stable/11/sys/dev/asmc/asmcvar.h |
Created attachment 202085 [details] Adds support for macmini2,1 hardware to asmc kernel module The Apple System Management Controller (asmc) kernel module lacks details for the macmini2,1 hardware version. Fix: See attached patches for asmc.c and asmcvar.h which have been running successfully on my FreeBSD 11.2-STABLE system. How-To-Repeat: kldload supplied asmc.ko Patch against FreeBSD 11.2-STABLE r344225 attached. ---------------------------------------------------- Output from the patched asmc: dev.asmc.0.temp.northbridge_proximity2: 54 dev.asmc.0.temp.northbridge_proximity1: 54 dev.asmc.0.temp.cpu_proximity2: 66 dev.asmc.0.temp.cpu_proximity1: 64 dev.asmc.0.temp.cpu_heatsink: 65 dev.asmc.0.temp.cpu_die: 83 dev.asmc.0.temp.ambient_air: 51 dev.asmc.0.fan.0.targetspeed: 3374 dev.asmc.0.fan.0.maxspeed: 5500 dev.asmc.0.fan.0.minspeed: 2000 dev.asmc.0.fan.0.safespeed: 0 dev.asmc.0.fan.0.speed: 3371 dev.asmc.0.fan.0.id: Master dev.asmc.0.%parent: acpi0 dev.asmc.0.%pnpinfo: _HID=APP0001 _UID=0 dev.asmc.0.%location: handle=\_SB_.PCI0.LPCB.SMC_ dev.asmc.0.%driver: asmc dev.asmc.0.%desc: Apple SMC Mac Mini 2,1 ----------------------------------------------------