From 853d9e334f952a2f8913ab81931421fc22de456f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 27 Aug 2018 20:05:07 +0000 Subject: Add hiclock(4). Make sure hireset(4) attaches early. --- sys/arch/arm64/conf/RAMDISK | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/arm64/conf/RAMDISK') diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 0bac86c2e39..83d14a16068 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.71 2018/08/27 15:56:22 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.72 2018/08/27 20:05:06 kettenis Exp $ # # GENERIC machine description file # @@ -129,8 +129,9 @@ dwctwo* at fdt? usb* at dwctwo? # HiSilicon SoCs +hiclock* at fdt? early 1 hidwusb* at fdt? -hireset* at fdt? +hireset* at fdt? early 1 # Marvell SoCs mvclock* at fdt? early 1 -- cgit v1.2.3