From 652c6869509bca3942efaa4122da30b6498b598a Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 27 Aug 2018 10:03:26 +0000 Subject: [PATCH] Enable radeondrm(4). Note that on arm64 we do not yet have a way to 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index b06c5b1012a..b84499d29d2 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -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 -- 2.20.1