Date: Wed, 26 Mar 2025 01:29:07 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 38dc6b814a6d - stable/14 - acpi_iicbus: install the address space handler by default Message-ID: <202503260129.52Q1T7et047525@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=38dc6b814a6daed2bd54dfd652e9fe2f0fdb981a commit 38dc6b814a6daed2bd54dfd652e9fe2f0fdb981a Author: Ahmad Khalifa <ahmadkhalifa570@gmail.com> AuthorDate: 2025-01-26 18:48:17 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-03-26 01:28:39 +0000 acpi_iicbus: install the address space handler by default Signed-off-by: Ahmad Khalifa <ahmadkhalifa570@gmail.com> Reviewed by: wulf Pull Request: https://github.com/freebsd/freebsd-src/pull/1583 (cherry picked from commit d3b1dcb408e2f63845aee5508fe4c73db1f94b58) --- sys/dev/iicbus/acpi_iicbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/iicbus/acpi_iicbus.c b/sys/dev/iicbus/acpi_iicbus.c index 53171a72d995..03b6946a18f0 100644 --- a/sys/dev/iicbus/acpi_iicbus.c +++ b/sys/dev/iicbus/acpi_iicbus.c @@ -76,7 +76,7 @@ struct acpi_iicbus_ivars { ACPI_HANDLE handle; }; -static int install_space_handler = 0; +static int install_space_handler = 1; TUNABLE_INT("hw.iicbus.enable_acpi_space_handler", &install_space_handler); static inline bool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503260129.52Q1T7et047525>