acpi
—
Advanced Configuration and Power Interface
acpi0 at bios?
The
acpi
driver provides basic support for ACPI
including loading ACPI tables from the firmware, parsing and interpreting AML
code, event handling, suspending and powering off, and attaching device
drivers. Userland may access
acpi
by using the
apm(4) device.
The following devices can attach to
acpi
:
- /dev/apm
- Power management data device. May only be opened read-only. May be opened
by multiple concurrent users.
- /dev/apmctl
- Power management control device. May be opened read-write or write-only.
May only be opened by one user at a time. An attempt to open the file when
in use will fail, returning
EBUSY
.
apm(4),
intro(4)
The
acpi
driver first appeared in
OpenBSD 3.8.
The
acpi
driver was written by
Thorsten
Lockert
<
tholo@sigmasoft.com>
and
Jordan Hargrave
<
jordan@openbsd.org>.