diff options
author | 2018-03-27 21:11:16 +0000 | |
---|---|---|
committer | 2018-03-27 21:11:16 +0000 | |
commit | c0c10807c7b88e827a9d1a5bcf12966396367d00 (patch) | |
tree | f1ad6f2ac20100ca6a55f74ff16e424102dc8b66 /sys/dev/acpi/files.acpi | |
parent | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs (diff) | |
download | wireguard-openbsd-c0c10807c7b88e827a9d1a5bcf12966396367d00.tar.xz wireguard-openbsd-c0c10807c7b88e827a9d1a5bcf12966396367d00.zip |
Add acpicmos(4), a driver that implements SystemCMOS OperationRegion
access support. This fixes machines where the AML doesn't check whether
support for this OperationRegion type has been registered by the OS.
ok mlarkin@
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 58cce95eba0..310a9a88850 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.39 2018/03/14 18:52:16 patrick Exp $ +# $OpenBSD: files.acpi,v 1.40 2018/03/27 21:11:16 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -31,6 +31,11 @@ device acpibtn attach acpibtn at acpi file dev/acpi/acpibtn.c acpibtn +# cmos device +device acpicmos +attach acpicmos at acpi +file dev/acpi/acpicmos.c acpicmos + # cpu device device acpicpu attach acpicpu at acpi |