diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-11-15 16:47:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-11-15 16:47:13 +0000 |
commit | 19c086220b33de6c104e8d7b341a4aeae99871c7 (patch) | |
tree | bef25974da4b8724132220c7c874c32f05f32917 /sys/arch/amd64/conf | |
parent | 06ef72d0df8c57dfbec27cffa185910d068ee368 (diff) |
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/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e01c10085b4..45b3a9b6e66 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.494 2020/10/27 02:39:07 jordan Exp $ +# $OpenBSD: GENERIC,v 1.495 2020/11/15 16:47:12 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -66,6 +66,7 @@ aplgpio* at acpi? bytgpio* at acpi? chvgpio* at acpi? glkgpio* at acpi? +pchgpio* at acpi? sdhc* at acpi? acpicbkbd* at acpi? acpials* at acpi? |