Module Name:    src
Committed By:   he
Date:           Fri Jan 11 09:45:53 UTC 2013

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

Log Message:
With the recent enhancement of omapfb, wsdisplay* devices appear
to now be required, so follow suit to fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/BEAGLEBOARD

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/BEAGLEBOARD
diff -u src/sys/arch/evbarm/conf/BEAGLEBOARD:1.40 src/sys/arch/evbarm/conf/BEAGLEBOARD:1.41
--- src/sys/arch/evbarm/conf/BEAGLEBOARD:1.40	Wed Jan  9 04:44:54 2013
+++ src/sys/arch/evbarm/conf/BEAGLEBOARD	Fri Jan 11 09:45:53 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BEAGLEBOARD,v 1.40 2013/01/09 04:44:54 macallan Exp $
+#	$NetBSD: BEAGLEBOARD,v 1.41 2013/01/11 09:45:53 he Exp $
 #
 #	BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -258,8 +258,8 @@ omapdma0	at obio0 addr 0x48056000 size 0
 omapfb* 	at obio0 addr 0x48050000 size 0x10000
 
 # make sure the console display is always wsdisplay0
-#wsdisplay0	at wsemuldisplaydev? console 1
-#wsdisplay*	at wsemuldisplaydev?
+wsdisplay0	at wsemuldisplaydev? console 1
+wsdisplay*	at wsemuldisplaydev?
 
 # various options for wscons - we try to look as much like a standard
 # sun console as possible

Reply via email to