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/6860e532c219
branches: trunk
changeset: 333599:6860e532c219
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Nov 10 17:56:58 2014 +0000
description:
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont
diffstat:
sys/arch/evbarm/conf/CUBIEBOARD | 43 +++++++++++++++++++++-------------------
1 files changed, 23 insertions(+), 20 deletions(-)
diffs (60 lines):
diff -r 60ac6537e6af -r 6860e532c219 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD Mon Nov 10 17:56:22 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD Mon Nov 10 17:56:58 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: CUBIEBOARD,v 1.31 2014/11/05 20:32:53 martin Exp $
+# $NetBSD: CUBIEBOARD,v 1.32 2014/11/10 17:56:58 jmcneill Exp $
#
# CUBIEBOARD -- Allwinner A10/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