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 add awintcon, awindebe, genfb, wsdispla...



details:   https://anonhg.NetBSD.org/src/rev/933a64947209
branches:  trunk
changeset: 333569:933a64947209
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Nov 09 14:11:38 2014 +0000

description:
add awintcon, awindebe, genfb, wsdisplay, wsmux, wsfont

diffstat:

 sys/arch/evbarm/conf/HUMMINGBIRD_A31 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 9c2958b17da6 -r 933a64947209 sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Nov 09 14:10:54 2014 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Nov 09 14:11:38 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HUMMINGBIRD_A31,v 1.16 2014/11/08 00:32:33 jmcneill Exp $
+#      $NetBSD: HUMMINGBIRD_A31,v 1.17 2014/11/09 14:11:38 jmcneill Exp $
 #
 #      HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -240,6 +240,25 @@
 # HDMI
 awinhdmi0      at awinio0
 
+# TCON
+awintcon0      at awinio0 port 0
+
+# DE-BE
+awindebe0      at awinio0 port 0
+
+# 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
+
 # On-board USB
 awinusb0       at awinio0 port 0
 awinusb1       at awinio0 port 1
@@ -281,4 +300,8 @@
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  lockstat                # lock profiling
 
+# wscons pseudo-devices
+pseudo-device  wsmux                   # mouse & keyboard mux
+pseudo-device  wsfont
+
 cinclude "arch/evbarm/conf/HUMMINGBIRD_A31.local"



Home | Main Index | Thread Index | Old Index