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 enable awinhdmi, awintcon, awindebe, ge...
details: https://anonhg.NetBSD.org/src/rev/8e506bdff16b
branches: trunk
changeset: 333610:8e506bdff16b
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Nov 10 22:02:00 2014 +0000
description:
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont and
with VCONS_DRAW_INTR
diffstat:
sys/arch/evbarm/conf/BPI | 43 +++++++++++++++++++++++--------------------
1 files changed, 23 insertions(+), 20 deletions(-)
diffs (60 lines):
diff -r e6bce58e95b3 -r 8e506bdff16b sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI Mon Nov 10 21:22:14 2014 +0000
+++ b/sys/arch/evbarm/conf/BPI Mon Nov 10 22:02:00 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BPI,v 1.9 2014/11/05 22:27:55 skrll Exp $
+# $NetBSD: BPI,v 1.10 2014/11/10 22:02:00 skrll Exp $
#
# BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
#
@@ -252,27 +252,30 @@
awinac0 at awinio0
audio0 at awinac0
-# onboard video
-#awinfb* at obio0 addr 0x48050000 size 0x10000
-#wsdisplay* at wsemuldisplaydev? console ?
+# HDMI
+awinhdmi0 at awinio0
+
+# TCON
+awintcon0 at awinio0 port 0
+
+# DE-BE
+awindebe0 at awinio0 port 0
-# various options for wscons - we try to look as much like a standard
-# sun console as possible
-#options WSEMUL_VT100 # sun terminal emulation
-#options WS_DEFAULT_FG=WSCOL_BLACK
-#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
-#options WS_KERNEL_FG=WSCOL_GREEN
-#options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
-#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
-#options WSDISPLAY_COMPAT_SYSCONS # emulate some more ioctls
-#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
-#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
-#options WSDISPLAY_DEFAULTSCREENS=4
-#options FONT_QVSS8x15
-#options FONT_GALLANT12x22 # the console font
+# Framebuffer
+genfb0 at awindebe0
+wsdisplay* at genfb?
+options VCONS_DRAW_INTR
+options WSEMUL_VT100
+options WS_KERNEL_FG=WSCOL_GREEN
+options WS_KERNEL_BG=WSCOL_BLACK
+options WSDISPLAY_COMPAT_PCVT
+options WSDISPLAY_COMPAT_SYSCONS
+options WSDISPLAY_COMPAT_USL
+options WSDISPLAY_COMPAT_RAWKBD
+options WSDISPLAY_DEFAULTSCREENS=4
-#pseudo-device wsmux # mouse & keyboard multiplexor
-#pseudo-device wsfont
+pseudo-device wsmux # mouse & keyboard multiplexor
+pseudo-device wsfont
# Power, Reset and Clock Management
#prcm* at awinio?
Home |
Main Index |
Thread Index |
Old Index