Module Name:    src
Committed By:   jmcneill
Date:           Thu Jan 10 22:08:11 UTC 2013

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

Log Message:
enable framebuffer console driver


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/RPI

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/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.19 src/sys/arch/evbarm/conf/RPI:1.20
--- src/sys/arch/evbarm/conf/RPI:1.19	Wed Jan  9 23:19:13 2013
+++ src/sys/arch/evbarm/conf/RPI	Thu Jan 10 22:08:11 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.19 2013/01/09 23:19:13 skrll Exp $
+#	$NetBSD: RPI,v 1.20 2013/01/10 22:08:11 jmcneill Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -187,8 +187,8 @@ vcmbox0 	at bcmmbox0
 plcom0		at obio?
 
 # Framebuffer console
-#genfb0		at obio?
-#wsdisplay*	at genfb?
+genfb0		at obio?
+wsdisplay*	at genfb?
 
 # System timer
 bcmtmr0		at obio?

Reply via email to