Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2025 18:42:59 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d3b1dcb408e2 - main - acpi_iicbus: install the address space handler by default
Message-ID:  <202502071842.517IgxJE051814@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=d3b1dcb408e2f63845aee5508fe4c73db1f94b58

commit d3b1dcb408e2f63845aee5508fe4c73db1f94b58
Author:     Ahmad Khalifa <ahmadkhalifa570@gmail.com>
AuthorDate: 2025-01-26 18:48:17 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-02-07 18:20:00 +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
---
 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 eb5f31d6132f..873a96b04823 100644
--- a/sys/dev/iicbus/acpi_iicbus.c
+++ b/sys/dev/iicbus/acpi_iicbus.c
@@ -75,7 +75,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?202502071842.517IgxJE051814>