created | 2024-06-30T01:31:09Z |
---|---|
begin | 2024-06-25T00:00:00Z |
end | 2024-06-26T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-06-25T11:57:10Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
src/sys/dev/acpi/acpi_x86.c | log | diff | annotate | |
src/sys/dev/acpi/acpiec.c | log | diff | annotate | |
src/sys/dev/acpi/acpivar.h | log | diff | annotate | |
message |
Implement sleep button and EC events as wakeup events. Print the wakeup reason. ok mglocker@, deraadt@ |
date | 2024-06-25T12:02:48Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/amd64/intr.c | log | diff | annotate |
message |
Print the last non-wakeup interrupt received during suspend. Note that this may print an (MSI) interrupt that sneaks in just before we actually enter the idle loop on the primary CPU. While such an interrupt shouldn't happen, they won't prevent the machine from reaching a low power idle state. So at this point these non-wakeup interrupts only need to be investigated when the primary CPU gets woken up repeatedly. ok mglocker@, deraadt@ |