From nobody Fri Feb 20 06:05:08 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fHKTx0Yh3z6SFBk for ; Fri, 20 Feb 2026 06:05:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fHKTw6yxWz3g6X for ; Fri, 20 Feb 2026 06:05:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771567509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RnwJQmoac/xA2qqPMUl4DIHE/+R6XYddPgOFTBG/r1g=; b=H4LTJDhEUEYGsGAz/VKlFhyjWB+6vK/GASRGnhnaMTy0jvs1UFarlt+49RYCWRK8DVruft qnLH5u20Js8KDTthZpVORKy3tF3tGaFzhdpWog163Iq3Wzs9o9T+I87DtOMpgHAhvmi7+q ZWjSwEoR3QJ4IhTPUiUU8SQRIfa2KJFv97TarkyJDHg1VzEDJKB3rU8/rTpcnR557BmQFT vP6IW23k5cwUQT/tnIReYKmJ3VFn2CyETIGS0l/47Hzn41ZgXrrCOVWdOw6nGyYywjH77c 4Fts1w5velabMMB0Vax9zaieM1mpHv/inoWngsIa9wqgX34sjACeu8BIUpx6wQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771567509; a=rsa-sha256; cv=none; b=eeordMTGDbOL5peO2HThr3NDnA86Y7uYUjJg3fI3MIZ3kMrnRMxNUqd7X+dvmYmczx5Q9D BVKVaIcKQu1vTH1sZabuHmAmLuYJzF+/RJpogCXoQCvCtfwJrWKBDwWYcHZmdOVWms5CGR Zoebt70Te4dW43nP+t+Pc0zRQojPCZPzk0ssrN0QGekJ+h2A4NRBflRrOJeJcFiH3C89q7 Ti52BhlJSM3872Uz5pqyuo0eCa8F53BiUuFwJa0eJmKpleDMWENykOLYwoo60xrH69eqFs aLelwHLC1Fl8MSlUGswgJ3Q7TbkbYQFFRSd91eGlouwGAAlNIlN4f9bb5GyA7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771567509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RnwJQmoac/xA2qqPMUl4DIHE/+R6XYddPgOFTBG/r1g=; b=HM0/eoFBtaPCcYGdizvXQE1AoZNxpUHAwU85/xtrJ6vn67qF8tYgBJfvWoHd2/lcUi20uA SLTXNHzNTFsN2YHnRzdqx1uPYYFHsBuxk1QNzSExyn8fepuskGaIG9M6E5s3rol+j1gLWh QmvjWJwug9VmcrG7VBiwOpXyC/0uqYtFoWv2/AQ611F0PJzhM34xRneRf73wRDMb9KOXnn g9U/YsLAemRkwDJYFK5mvpMYrtcOL9hsFZ46RNQNu5WGEkqI2/cDqxU7iTC+EWlSV/jH0M CCVrzBI6mVelhZlrRm15uBOY9Q6EMDj+gi+01psXC3VFDdpcyZ7ZJTyzxWhQfQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fHKTw6JZbzlC for ; Fri, 20 Feb 2026 06:05:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 37df3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 20 Feb 2026 06:05:08 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Enji Cooper Subject: git: 7b862cf8a252 - main - asmc: use `ASMC_FAN_FUNCS2` with the Macmini4,1 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7b862cf8a252d80ab1fb90fa5371fd8462c7c16f Auto-Submitted: auto-generated Date: Fri, 20 Feb 2026 06:05:08 +0000 Message-Id: <6997f994.37df3.2b87d734@gitrepo.freebsd.org> The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=7b862cf8a252d80ab1fb90fa5371fd8462c7c16f commit 7b862cf8a252d80ab1fb90fa5371fd8462c7c16f Author: Enji Cooper AuthorDate: 2026-02-20 05:43:37 +0000 Commit: Enji Cooper CommitDate: 2026-02-20 06:04:25 +0000 asmc: use `ASMC_FAN_FUNCS2` with the Macmini4,1 The Macmini4,1 model does not have "fansafespeed" support. This issue typically manifests with messages like so: ``` asmc0: asmc_key_read for key F0Sf failed 10 times, giving up ``` Swap out `ASMC_FAN_FUNCS` with `ASMC_FAN_FUNCS2` to explicitly drop "fansafespeed" checks in the driver for the model as it doesn't support that hardware feature. MFC after: 1 week Reported by: @probonopd Closes: https://github.com/helloSystem/ISO/issues/357 --- sys/dev/asmc/asmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index ef924ba8ba76..ed56561c07ac 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -325,7 +325,7 @@ static const struct asmc_model asmc_models[] = { { "Macmini4,1", "Apple SMC Mac mini 4,1 (Mid-2010)", ASMC_SMS_FUNCS_DISABLED, - ASMC_FAN_FUNCS, + ASMC_FAN_FUNCS2, ASMC_LIGHT_FUNCS_DISABLED, ASMC_MM41_TEMPS, ASMC_MM41_TEMPNAMES, ASMC_MM41_TEMPDESCS },