diff options
author | 2020-11-15 16:47:12 +0000 | |
---|---|---|
committer | 2020-11-15 16:47:12 +0000 | |
commit | 1c23332f1219aa76b8eb9b8ed0502edee1636168 (patch) | |
tree | a68183b0a19409e58632ab271687eee7d6648f64 /sys/dev/acpi/files.acpi | |
parent | add Edimax EW-7811Un v2 to the list of working devices, suggested by jmc (diff) | |
download | wireguard-openbsd-1c23332f1219aa76b8eb9b8ed0502edee1636168.tar.xz wireguard-openbsd-1c23332f1219aa76b8eb9b8ed0502edee1636168.zip |
Add pchgpio(4), a driver for the GPIO controllers found on modern Intel
PCHs. With help from James Hastings.
ok deraadt@
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 7bc92f73b49..1d14299b54f 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.58 2020/10/27 02:39:07 jordan Exp $ +# $OpenBSD: files.acpi,v 1.59 2020/11/15 16:47:12 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -151,6 +151,11 @@ device glkgpio attach glkgpio at acpi file dev/acpi/glkgpio.c glkgpio +# Intel PCH GPIO +device pchgpio +attach pchgpio at acpi +file dev/acpi/pchgpio.c pchgpio + # "Intel" Dollar Cove TI PMIC device tipmic attach tipmic at i2c |