Module Name:    src
Committed By:   jmcneill
Date:           Wed Jan  9 00:28:54 UTC 2013

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

Log Message:
add genfb, disabled for now


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/sys/arch/evbarm/conf/RPI:1.15
--- src/sys/arch/evbarm/conf/RPI:1.14	Tue Jan  8 16:39:28 2013
+++ src/sys/arch/evbarm/conf/RPI	Wed Jan  9 00:28:54 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.14 2013/01/08 16:39:28 jakllsch Exp $
+#	$NetBSD: RPI,v 1.15 2013/01/09 00:28:54 jmcneill Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -186,6 +186,10 @@ vcmbox0 	at bcmmbox0
 # PL011 uart
 plcom0		at obio?
 
+# Framebuffer console
+#genfb0		at obio?
+#wsdisplay*	at genfb?
+
 # System timer
 bcmtmr0		at obio?
 
@@ -223,7 +227,7 @@ options 	WS_KERNEL_BG=WSCOL_BLACK
 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 options 	WSDISPLAY_DEFAULTSCREENS=4
-options		FONT_QVSS8x15
+#options 	FONT_QVSS8x15
 #options 	FONT_GALLANT12x22	# the console font
 
 # Pseudo-Devices

Reply via email to