Enable apldog(4).
authorkettenis <kettenis@openbsd.org>
Mon, 22 Feb 2021 21:47:47 +0000 (21:47 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 22 Feb 2021 21:47:47 +0000 (21:47 +0000)
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/arch/arm64/conf/files.arm64

index bf180ec..49f70fe 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.186 2021/02/11 23:54:40 patrick Exp $
+# $OpenBSD: GENERIC,v 1.187 2021/02/22 21:47:47 kettenis Exp $
 #
 # GENERIC machine description file
 #
@@ -127,6 +127,7 @@ drm*                at amdgpu?
 wsdisplay*     at amdgpu?
 
 # Apple
+apldog*                at fdt? early 1
 exuart*                at fdt?
 
 # iMX
index aa4be77..19067ea 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.139 2021/02/11 23:54:40 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.140 2021/02/22 21:47:47 kettenis Exp $
 #
 # GENERIC machine description file
 #
@@ -111,6 +111,7 @@ simplefb*   at fdt?
 wsdisplay*     at simplefb?
 
 # Apple
+apldog*                at fdt? early 1
 exuart*                at fdt?
 
 # iMX
index 90c3677..00ac676 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: files.arm64,v 1.33 2021/02/21 14:55:17 tobhe Exp $
+# $OpenBSD: files.arm64,v 1.34 2021/02/22 21:47:47 kettenis Exp $
 
 maxpartitions  16
 maxusers       2 8 128
@@ -136,6 +136,10 @@ device     agtimer
 attach agtimer at fdt
 file   arch/arm64/dev/agtimer.c                agtimer
 
+device apldog
+attach apldog at fdt
+file   arch/arm64/dev/apldog.c                 apldog
+
 device bcmintc
 attach bcmintc at fdt
 file   arch/arm64/dev/bcm2836_intr.c           bcmintc