From 0fb6e0f75308c46c72c28818fc6f5005681671d7 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 11 Dec 2021 19:45:05 +0000 Subject: [PATCH] Attach apldart(4) early. --- sys/arch/arm64/conf/GENERIC | 4 ++-- sys/arch/arm64/conf/RAMDISK | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index f231c2bb2e3..15896b519d1 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.216 2021/12/09 11:38:26 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.217 2021/12/11 19:45:05 kettenis Exp $ # # GENERIC machine description file # @@ -138,7 +138,7 @@ gpiokeys* at fdt? gpioleds* at fdt? # Apple -apldart* at fdt? +apldart* at fdt? early 1 apldog* at fdt? early 1 apldwusb* at fdt? aplintc* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 46ec65e080e..087295e891a 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.162 2021/12/09 11:38:26 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.163 2021/12/11 19:45:05 kettenis Exp $ machine arm64 maxusers 4 @@ -102,7 +102,7 @@ simplefb* at fdt? wsdisplay* at simplefb? # Apple -apldart* at fdt? +apldart* at fdt? early 1 apldog* at fdt? early 1 apldwusb* at fdt? aplintc* at fdt? early 1 -- 2.20.1