diff options
author | 2018-07-01 15:54:59 +0000 | |
---|---|---|
committer | 2018-07-01 15:54:59 +0000 | |
commit | 4acbabfbb86bd673e8fa7b9c13d525fbbdbef47b (patch) | |
tree | ceb78fcde1a5645e0a6ee95bff0db06c1334f689 /sys/dev/acpi/files.acpi | |
parent | Move acpi(4) attach glue into acpi_machdep.c. (diff) | |
download | wireguard-openbsd-4acbabfbb86bd673e8fa7b9c13d525fbbdbef47b.tar.xz wireguard-openbsd-4acbabfbb86bd673e8fa7b9c13d525fbbdbef47b.zip |
Allow ahci(4) to attach to acpi(4).
ok deraadt@
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index e05135f2c2e..a96d4836225 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.46 2018/07/01 15:52:12 kettenis Exp $ +# $OpenBSD: files.acpi,v 1.47 2018/07/01 15:54:59 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -136,6 +136,10 @@ device ccpmic attach ccpmic at i2c file dev/acpi/ccpmic.c ccpmic +# AHCI +attach ahci at acpi with ahci_acpi +file dev/acpi/ahci_acpi.c ahci_acpi + # NS16550 compatible UART attach com at acpi with com_acpi file dev/acpi/com_acpi.c com_acpi |