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 awindebe, genfb, wsdisplay



details:   https://anonhg.NetBSD.org/src/rev/86197d24c4e6
branches:  trunk
changeset: 805162:86197d24c4e6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 21 17:42:12 2014 +0000

description:
enable awindebe, genfb, wsdisplay

diffstat:

 sys/arch/evbarm/conf/ALLWINNER_A80 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r 3a2a7452fc79 -r 86197d24c4e6 sys/arch/evbarm/conf/ALLWINNER_A80
--- a/sys/arch/evbarm/conf/ALLWINNER_A80        Sun Dec 21 17:40:59 2014 +0000
+++ b/sys/arch/evbarm/conf/ALLWINNER_A80        Sun Dec 21 17:42:12 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ALLWINNER_A80,v 1.13 2014/12/11 23:35:31 jmcneill Exp $
+#      $NetBSD: ALLWINNER_A80,v 1.14 2014/12/21 17:42:12 jmcneill Exp $
 #
 #      ALLWINNER_A80 - Allwinner A80 boards (Cubieboard4, OptimusBoard, etc)
 #
@@ -260,19 +260,21 @@
 
 # DE-BE
 #awindebe0     at awinio0 port 0
+awindebe0      at awinio0 port 1
+options        AWIN_DEBE_FWINIT
 
 # 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
+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



Home | Main Index | Thread Index | Old Index