diff options
author | 2016-01-11 07:36:10 +0000 | |
---|---|---|
committer | 2016-01-11 07:36:10 +0000 | |
commit | ee34d9e6176a729f5e5d1b071a1b78198b0dbcc5 (patch) | |
tree | ea69311bb076df7a87e41737bd9b7c54356230d8 /sys/dev/acpi/files.acpi | |
parent | Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out on (diff) | |
download | wireguard-openbsd-ee34d9e6176a729f5e5d1b071a1b78198b0dbcc5.tar.xz wireguard-openbsd-ee34d9e6176a729f5e5d1b071a1b78198b0dbcc5.zip |
Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host
controllers integrated on Intel's Bay Trail SoCs.
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 97802ad9c4e..a27cb46ed0c 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.27 2013/11/06 10:40:36 mpi Exp $ +# $OpenBSD: files.acpi,v 1.28 2016/01/11 07:36:10 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -111,3 +111,7 @@ file dev/acpi/acpipwrres.c acpipwrres needs-flag device aibs attach aibs at acpi file dev/acpi/atk0110.c aibs + +# SD Host Controller +attach sdhc at acpi with sdhc_acpi +file dev/acpi/sdhc_acpi.c sdhc |