diff options
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 eee54cd48d1..054ef1a8e50 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.51 2019/06/17 18:28:18 patrick Exp $ +# $OpenBSD: files.acpi,v 1.52 2019/06/24 21:33:27 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -131,6 +131,11 @@ device chvgpio attach chvgpio at acpi file dev/acpi/chvgpio.c chvgpio +# Intel Gemini Lake GPIO +device glkgpio +attach glkgpio at acpi +file dev/acpi/glkgpio.c glkgpio + # "Intel" Dollar Cove TI PMIC device tipmic attach tipmic at i2c |