Build date: 1768086002 - Sat Jan 10 23:00:02 UTC 2026 Build cvs date: 1768062042 - Sat Jan 10 16:20:42 UTC 2026 Build id: 2026-01-11.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P share/man/man4/Makefile U share/man/man4/acpihid.4 P sys/arch/amd64/conf/GENERIC U sys/dev/acpi/acpihid.c P sys/dev/acpi/acpivar.h P sys/dev/acpi/files.acpi P sys/dev/pci/nhi.c M sys/dev/usb/uhidev.c M usr.sbin/bgpd/session.c commit ZRPO0pyN9teq2TDP Author: kettenis Date: 2026/01/10 16:20:42 acpihid(4) share/man/man4/Makefile share/man/man4/acpihid.4 commit S1Cw7RnyaHQA5kEO Author: kettenis Date: 2026/01/10 16:12:36 Add acpihid(4), a driver for the Generic Buttons Device defined by the ACPI specification. For now only the power button is supported. ok mlarkin@ sys/arch/amd64/conf/GENERIC sys/dev/acpi/acpihid.c sys/dev/acpi/acpivar.h sys/dev/acpi/files.acpi commit 1tPLZv93Eac6CDtr Author: kettenis Date: 2026/01/10 12:36:13 Reset NHI before we initialize it. Fixes suspend/resume after hibernation. ok stsp@, mlarkin@ sys/dev/pci/nhi.c