Enable exuart(4).
authorpatrick <patrick@openbsd.org>
Thu, 11 Feb 2021 23:54:40 +0000 (23:54 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 11 Feb 2021 23:54:40 +0000 (23:54 +0000)
ok kettenis@

sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK

index 3b3de9b..bf180ec 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.185 2021/02/04 16:25:38 anton Exp $
+# $OpenBSD: GENERIC,v 1.186 2021/02/11 23:54:40 patrick Exp $
 #
 # GENERIC machine description file
 #
@@ -126,6 +126,9 @@ amdgpu*             at pci?
 drm*           at amdgpu?
 wsdisplay*     at amdgpu?
 
+# Apple
+exuart*                at fdt?
+
 # iMX
 imxccm*                at fdt? early 1
 imxiomuxc*     at fdt? early 1
index 76f3fec..aa4be77 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.138 2021/01/19 19:14:39 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.139 2021/02/11 23:54:40 patrick Exp $
 #
 # GENERIC machine description file
 #
@@ -110,6 +110,9 @@ vioscsi*    at virtio?
 simplefb*      at fdt?
 wsdisplay*     at simplefb?
 
+# Apple
+exuart*                at fdt?
+
 # iMX
 imxccm*                at fdt? early 1
 imxiomuxc*     at fdt? early 1