Module Name:    src
Committed By:   skrll
Date:           Thu Feb 21 09:25:30 UTC 2013

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

Log Message:
Add PCVT compat (for X console switching) and SYSCONS for some more
ioctls.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/sys/arch/evbarm/conf/RPI:1.24
--- src/sys/arch/evbarm/conf/RPI:1.23	Fri Jan 25 00:06:05 2013
+++ src/sys/arch/evbarm/conf/RPI	Thu Feb 21 09:25:30 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.23 2013/01/25 00:06:05 jmcneill Exp $
+#	$NetBSD: RPI,v 1.24 2013/02/21 09:25:30 skrll Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -229,9 +229,12 @@ options 	WS_DEFAULT_FG=WSCOL_WHITE
 options 	WS_DEFAULT_BG=WSCOL_BLACK
 options 	WS_KERNEL_FG=WSCOL_GREEN
 options 	WS_KERNEL_BG=WSCOL_BLACK
+options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
+options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some more ioctls
 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 options 	WSDISPLAY_DEFAULTSCREENS=4
+
 #options 	FONT_QVSS8x15
 #options 	FONT_GALLANT12x22	# the console font
 

Reply via email to