The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=49ec19f1e101a079bc3749e25c4c927098f2f67a
commit 49ec19f1e101a079bc3749e25c4c927098f2f67a Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-01-26 16:54:37 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-01-26 17:02:41 +0000 acpi: Add ACPI_SPMC debug layer define Reported by: des Fixes: c5daa5a4c32c ("acpi_spmc: Add system power management controller driver") Sponsored by: The FreeBSD Foundation --- sys/dev/acpica/acpivar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index 6db55b10570d..0ffb9f7c7cc3 100644 --- a/sys/dev/acpica/acpivar.h +++ b/sys/dev/acpica/acpivar.h @@ -191,6 +191,7 @@ extern struct mtx acpi_mutex; #define ACPI_THERMAL 0x01000000 #define ACPI_TIMER 0x02000000 #define ACPI_OEM 0x04000000 +#define ACPI_SPMC 0x08000000 /* * Constants for different interrupt models used with acpi_SetIntrModel().
