CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/15 11:04:11
Modified files:
share/man/man4 : Makefile
sys/dev/acpi : files.acpi
Added files:
share/man/man4 : acpige.4
sys/dev/acpi : acpige.c
Log message:
Add acpige(4), a driver for ACPI generic event devices. This is a rather
simple device that simply reacts to interrupts by invoking _EVT with the
interrupt number. This is used on the HoneyComb LX2K to implement power
button handling.
ok kettenis@
