Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 00:56:22 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r257296 - user/ed/newcons/sys/dev/vt
Message-ID:  <201310290056.r9T0uMex015708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Tue Oct 29 00:56:21 2013
New Revision: 257296
URL: http://svnweb.freebsd.org/changeset/base/257296

Log:
  Remove some local changes unrelated to r257294.

Modified:
  user/ed/newcons/sys/dev/vt/vt_core.c

Modified: user/ed/newcons/sys/dev/vt/vt_core.c
==============================================================================
--- user/ed/newcons/sys/dev/vt/vt_core.c	Tue Oct 29 00:53:17 2013	(r257295)
+++ user/ed/newcons/sys/dev/vt/vt_core.c	Tue Oct 29 00:56:21 2013	(r257296)
@@ -79,14 +79,14 @@ const struct terminal_class vt_termclass
 };
 
 /*
- * Use a constant timer of 50 Hz to redraw the screen.
+ * Use a constant timer of 25 Hz to redraw the screen.
  *
  * XXX: In theory we should only fire up the timer when there is really
  * activity. Unfortunately we cannot always start timers. We really
  * don't want to process kernel messages synchronously, because it
  * really slows down the system.
  */
-#define	VT_TIMERFREQ	50
+#define	VT_TIMERFREQ	25
 
 /* Bell pitch/duration. */
 #define VT_BELLDURATION	((5 * hz + 99) / 100)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310290056.r9T0uMex015708>