mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
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:
parent
c0e07c93e8
commit
38dc6b814a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue