Enable radeondrm(4). Note that on arm64 we do not yet have a way to
authorkettenis <kettenis@openbsd.org>
Mon, 27 Aug 2018 10:03:26 +0000 (10:03 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 27 Aug 2018 10:03:26 +0000 (10:03 +0000)
determine whether radeondrm(4) is the console or not.  So leave out the
bits that try to make sure the console ends up with drm0/wsdisplay0 that
we have on other platforms.

sys/arch/arm64/conf/GENERIC

index b06c5b1..b84499d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.85 2018/08/26 19:50:08 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.86 2018/08/27 10:03:26 kettenis Exp $
 #
 # GENERIC machine description file
 #
@@ -100,6 +100,10 @@ option     WSDISPLAY_DEFAULTSCREENS=6      # initial number of text consoles
 simplefb*      at fdt?
 wsdisplay*     at simplefb?
 
+radeondrm*     at pci?
+drm*           at radeondrm?
+wsdisplay*     at radeondrm?
+
 # iMX
 imxccm*                at fdt? early 1
 imxiomuxc*     at fdt? early 1