Module Name: src
Committed By: bouyer
Date: Sat Apr 7 18:35:01 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
Move sunxidep to pass5, it has to attach before simplefb
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/sys/arch/evbarm/conf/SUNXI:1.63
--- src/sys/arch/evbarm/conf/SUNXI:1.62 Sat Apr 7 18:12:51 2018
+++ src/sys/arch/evbarm/conf/SUNXI Sat Apr 7 18:35:01 2018
@@ -1,5 +1,5 @@
#
-# $NetBSD: SUNXI,v 1.62 2018/04/07 18:12:51 bouyer Exp $
+# $NetBSD: SUNXI,v 1.63 2018/04/07 18:35:01 bouyer Exp $
#
# Allwinner sunxi family
#
@@ -290,7 +290,8 @@ sunxitcon* at fdt? pass 4 # LCD LVDS/RGB
sunxihdmi* at fdt? pass 4 # HDMI controller
connector* at fdt? pass 4
panel* at fdt? pass 4
-sunxidep* at fdt? # Display Engine Pipeline
+#sunxidep must be after display pipeline elements but before genfb@fdt
+sunxidep* at fdt? pass 5 # Display Engine Pipeline
options VCONS_DRAW_INTR
options WSEMUL_VT100
options WS_DEFAULT_FG=WSCOL_WHITE