diff options
author | 2008-07-02 03:14:54 +0000 | |
---|---|---|
committer | 2008-07-02 03:14:54 +0000 | |
commit | af369e14b3a5995dbc2737fadbc8c6ebda93ff89 (patch) | |
tree | 4b7aca6da0314afa917fdf67919bd3098effbf7b /sys/dev/acpi/files.acpi | |
parent | unify using WDCDEBUG. (diff) | |
download | wireguard-openbsd-af369e14b3a5995dbc2737fadbc8c6ebda93ff89.tar.xz wireguard-openbsd-af369e14b3a5995dbc2737fadbc8c6ebda93ff89.zip |
add acpivideo. for now almost an empty skel so others can work on
suspend/resume. eventually it will also manage output switching and
brightness where supported. prodded by marco@
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 cc34895db3f..f40ba2b9888 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.19 2008/06/24 08:24:57 sobrado Exp $ +# $OpenBSD: files.acpi,v 1.20 2008/07/02 03:14:54 fgsch Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -75,3 +75,8 @@ file dev/acpi/acpiasus.c acpiasus device acpithinkpad attach acpithinkpad at acpi file dev/acpi/acpithinkpad.c acpithinkpad + +# ACPI video +device acpivideo +attach acpivideo at acpi +file dev/acpi/acpivideo.c acpivideo |