summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2021-02-22 21:47:47 +0000
committerkettenis <kettenis@openbsd.org>2021-02-22 21:47:47 +0000
commitefb30841b105b3e7771b44eee7c69cb755f9e125 (patch)
tree62454a78b798f57f04646121618b1f2b46848d26 /sys
parentapldog(4) (diff)
downloadwireguard-openbsd-efb30841b105b3e7771b44eee7c69cb755f9e125.tar.xz
wireguard-openbsd-efb30841b105b3e7771b44eee7c69cb755f9e125.zip
Enable apldog(4).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/arm64/conf/RAMDISK3
-rw-r--r--sys/arch/arm64/conf/files.arm646
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index bf180ec75b5..49f70fe5fe1 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -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
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index aa4be77f6a5..19067ea9035 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -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
diff --git a/sys/arch/arm64/conf/files.arm64 b/sys/arch/arm64/conf/files.arm64
index 90c36777c23..00ac67666e5 100644
--- a/sys/arch/arm64/conf/files.arm64
+++ b/sys/arch/arm64/conf/files.arm64
@@ -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