From 9f5e3c54e494c0083cd9cdda439ffbd1bb6581d0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 24 Jun 2019 21:33:28 +0000 Subject: Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini Lake SoC. From James Hastings. --- sys/arch/amd64/conf/RAMDISK_CD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/conf/RAMDISK_CD') diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 625297bf20f..96b15483567 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.180 2019/06/17 18:28:18 patrick Exp $ +# $OpenBSD: RAMDISK_CD,v 1.181 2019/06/24 21:33:27 kettenis Exp $ machine amd64 maxusers 4 @@ -47,6 +47,7 @@ bytgpio* at acpi? sdhc* at acpi? acpihve* at acpi? chvgpio* at acpi? +glkgpio* at acpi? mpbios0 at bios0 -- cgit v1.2.3