CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/11 12:29:06
Modified files:
sys/dev/acpi : acpiec.c
Log message:
Try a short busy-wait in acpiec_wait before falling back to tsleep
This greatly speeds up SMBus reading in acpisbs making its periodic
acpisbs_read execution go from ~6 seconds to 125 milliseconds,
preventing backlog in the ACPI task queue.
ok kettenis
