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)
This commit is contained in:
Ahmad Khalifa 2025-01-26 20:48:17 +02:00 committed by Warner Losh
parent c0e07c93e8
commit 38dc6b814a

View file

@ -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