Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable VCONS_DRAW_INTR speeding up the ...



details:   https://anonhg.NetBSD.org/src/rev/a5553069209e
branches:  trunk
changeset: 786163:a5553069209e
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Apr 17 19:04:19 2013 +0000

description:
Enable VCONS_DRAW_INTR speeding up the graphic console of the RPi
significantly!

diffstat:

 sys/arch/evbarm/conf/RPI |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b080c8e3fbde -r a5553069209e sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Wed Apr 17 16:36:47 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Wed Apr 17 19:04:19 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.30 2013/03/25 23:01:23 jmcneill Exp $
+#      $NetBSD: RPI,v 1.31 2013/04/17 19:04:19 reinoud Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -193,6 +193,7 @@
 # Framebuffer console
 genfb0         at obio?
 wsdisplay*     at genfb?
+options                VCONS_DRAW_INTR
 
 # System timer
 bcmtmr0                at obio?



Home | Main Index | Thread Index | Old Index