Skip to content

Commit

Permalink
acpi_iicbus: install the address space handler by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Khalifa <[email protected]>

Reviewed by:	wulf
Pull Request:	#1583
  • Loading branch information
VexedUXR authored and markjdb committed Feb 7, 2025
1 parent e17e33f commit d3b1dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/iicbus/acpi_iicbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3b1dcb

Please sign in to comment.