diff options
author | 2020-09-12 07:47:26 +0000 | |
---|---|---|
committer | 2020-09-12 07:47:26 +0000 | |
commit | b81f331c8b858b3ff0bf4c59ecfc1a816ea0107f (patch) | |
tree | da82cda83195ac959271b9da216ba01d9dd0db1c /sys/dev/acpi/files.acpi | |
parent | Use the original requested URI for REQUEST_URI. (diff) | |
download | wireguard-openbsd-b81f331c8b858b3ff0bf4c59ecfc1a816ea0107f.tar.xz wireguard-openbsd-b81f331c8b858b3ff0bf4c59ecfc1a816ea0107f.zip |
Make asmc(4) attach through acpi(4) instead of isa(4).
This e.g. makes the driver also work on iMac11,2.
ok kettenis@, jung@
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 e57c399385e..af128bf09c0 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.55 2020/06/02 16:24:24 jcs Exp $ +# $OpenBSD: files.acpi,v 1.56 2020/09/12 07:47:26 mglocker Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -75,6 +75,11 @@ device acpidock attach acpidock at acpi file dev/acpi/acpidock.c acpidock +# Apple System Management Controller (SMC) +device asmc +attach asmc at acpi +file dev/acpi/asmc.c asmc + # ASUS ACPI Hotkeys device acpiasus attach acpiasus at acpi |