Module Name:    src
Committed By:   jmcneill
Date:           Sun Dec 21 17:42:12 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: ALLWINNER_A80

Log Message:
enable awindebe, genfb, wsdisplay


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/ALLWINNER_A80

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/ALLWINNER_A80
diff -u src/sys/arch/evbarm/conf/ALLWINNER_A80:1.13 src/sys/arch/evbarm/conf/ALLWINNER_A80:1.14
--- src/sys/arch/evbarm/conf/ALLWINNER_A80:1.13	Thu Dec 11 23:35:31 2014
+++ src/sys/arch/evbarm/conf/ALLWINNER_A80	Sun Dec 21 17:42:12 2014
@@ -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 @@ awge0		at awinio0 port ?
 
 # 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

Reply via email to