OpenBSD cvs log

created 2022-11-24T13:04:08Z
begin 2022-11-08T14:49:20Z
end 2022-11-08T14:54:47Z
path src/sys
commits 1

date 2022-11-08T14:54:47Z
author cheloha
files src/sys/dev/acpi/acpihpet.c log diff annotate
message acpihpet(4): disable/reenable acpihpet_delay() during suspend/resume

We can't use the HPET to delay(9) after we halt it during suspend.
Disable acpihpet_delay() before we halt the HPET and reenable it after
we restart the HPET during resume.

ok mlarkin@