index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpi_x86.c
Age
Commit message (
Expand
)
Author
2022-03-06
oops, typo, spotted by Mikhail
Theo de Raadt
2022-03-05
Improve wording for trying S5 instead of S4
Theo de Raadt
2022-02-17
If S4 is not available, use S5 for the ACPI-transitions in hibernate support.
Theo de Raadt
2022-02-17
remove unused defines
Jonathan Gray
2022-02-17
reduce includes
Jonathan Gray
2022-02-16
rev 1.4 was wrong to put potential IO operations after _GTS.
Theo de Raadt
2022-02-16
if the lids indicate we are not supposed to wakeup, return EAGAIN rather
Theo de Raadt
2022-02-16
change MD gosleep() and sleep_finish() to return int, the MI code will be
Theo de Raadt
2022-02-15
Since acpitoshiba brightness button processing no longer plays games
Theo de Raadt
2022-02-15
when the MI suspend code encounters problems, we need a way to
Theo de Raadt
2022-02-15
MI disable_lid_wakeups() is not needed, x86 systems can do this
Theo de Raadt
2022-02-15
The DVACT_POWERDOWN step was accidentally moved in relation to some MD
Theo de Raadt
2022-02-14
Make sure we call acpi_resume_cpu() with the right ACPI state. This was
Mark Kettenis
2022-02-14
acpi_indicator() can take the softc*, instead of void*
Theo de Raadt
2022-02-09
Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c
Theo de Raadt