Module Name:    src
Committed By:   bouyer
Date:           Sat Apr  7 18:12:51 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: SUNXI

Log Message:
Enable the display engine devices. Note that even if they attaches,
they will be active only if a proper display engine pipeline entry
is present in the device tree.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbarm/conf/SUNXI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.61 src/sys/arch/evbarm/conf/SUNXI:1.62
--- src/sys/arch/evbarm/conf/SUNXI:1.61	Tue Apr  3 12:56:21 2018
+++ src/sys/arch/evbarm/conf/SUNXI	Sat Apr  7 18:12:51 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.61 2018/04/03 12:56:21 bouyer Exp $
+#	$NetBSD: SUNXI,v 1.62 2018/04/07 18:12:51 bouyer Exp $
 #
 #	Allwinner sunxi family
 #
@@ -284,13 +284,13 @@ wd*		at atabus? drive ?
 genfb*		at fdt?
 wsdisplay*	at genfb?
 
-#sunxidebe*	at fdt? pass 4	# Display Backend
-#genfb*		at sunxidebe?
-#sunxitcon*	at fdt? pass 4	# LCD LVDS/RGB controller
-#sunxihdmi*	at fdt? pass 4	# HDMI controller
-#connector*	at fdt? pass 4
-#panel*		at fdt? pass 4
-#sunxidep*	at fdt?		# Display Engine Pipeline
+sunxidebe*	at fdt? pass 4	# Display Backend
+genfb*		at sunxidebe?
+sunxitcon*	at fdt? pass 4	# LCD LVDS/RGB controller
+sunxihdmi*	at fdt? pass 4	# HDMI controller
+connector*	at fdt? pass 4
+panel*		at fdt? pass 4
+sunxidep*	at fdt?		# Display Engine Pipeline
 options 	VCONS_DRAW_INTR
 options 	WSEMUL_VT100
 options 	WS_DEFAULT_FG=WSCOL_WHITE

Reply via email to