https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284912
--- Comment #9 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f9b4092743fc99b1b3727a59f4c66fa07f0f895f commit f9b4092743fc99b1b3727a59f4c66fa07f0f895f Author: Takanori Watanabe <[email protected]> AuthorDate: 2025-02-25 09:54:34 +0000 Commit: Takanori Watanabe <[email protected]> CommitDate: 2025-03-10 02:22:30 +0000 acpi_wmi: Add type check before evaluaeting query ACPI method Some ACPI wmi query is implemented by named object, not method, ACPICA complains when non-method object is evaluated with one or more arguments. Especially, almost all binary MOF object obtaining method is the case. This commit will fix it. PR: 284912 Reported by: Alexander Ziaee Differential Revision: https://reviews.freebsd.org/D49129 sys/dev/acpi_support/acpi_wmi.c | 10 ++++++++++ 1 file changed, 10 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
