diff options
author | 2018-07-01 15:52:12 +0000 | |
---|---|---|
committer | 2018-07-01 15:52:12 +0000 | |
commit | def3037a24afdae936b6d542839e0266b87e3369 (patch) | |
tree | 18bde4df2627ae93d5b42687b3ae5977e71a364e /sys/dev/acpi/files.acpi | |
parent | more RTM_LOCK removals (diff) | |
download | wireguard-openbsd-def3037a24afdae936b6d542839e0266b87e3369.tar.xz wireguard-openbsd-def3037a24afdae936b6d542839e0266b87e3369.zip |
Move acpi(4) attach glue into acpi_machdep.c.
ok guenther@, deraadt@
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 647b5b7c212..e05135f2c2e 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,11 +1,10 @@ -# $OpenBSD: files.acpi,v 1.45 2018/07/01 10:29:30 kettenis Exp $ +# $OpenBSD: files.acpi,v 1.46 2018/07/01 15:52:12 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. define acpi {} device acpi -attach acpi at bios file dev/acpi/acpi.c acpi needs-flag file dev/acpi/acpiutil.c acpi file dev/acpi/dsdt.c acpi |