Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Move sunxidep to pass5, it has to attac...
details: https://anonhg.NetBSD.org/src/rev/d932e638d29c
branches: trunk
changeset: 360946:d932e638d29c
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Apr 07 18:35:01 2018 +0000
description:
Move sunxidep to pass5, it has to attach before simplefb
diffstat:
sys/arch/evbarm/conf/SUNXI | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r a2324196abbf -r d932e638d29c sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI Sat Apr 07 18:12:51 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI Sat Apr 07 18:35:01 2018 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index