From owner-svn-src-head@FreeBSD.ORG Mon Mar 4 14:50:07 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ACE3AEED; Mon, 4 Mar 2013 14:50:07 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7931E4C; Mon, 4 Mar 2013 14:50:06 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 91FBC7300A; Mon, 4 Mar 2013 15:42:16 +0100 (CET) Date: Mon, 4 Mar 2013 15:42:16 +0100 From: Luigi Rizzo To: Davide Italiano Subject: Re: svn commit: r247792 - head/sys/dev/syscons Message-ID: <20130304144216.GA63659@onelab2.iet.unipi.it> References: <201303041400.r24E0xOo076175@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201303041400.r24E0xOo076175@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 14:50:07 -0000 On Mon, Mar 04, 2013 at 02:00:59PM +0000, Davide Italiano wrote: > Author: davide > Date: Mon Mar 4 14:00:58 2013 > New Revision: 247792 > URL: http://svnweb.freebsd.org/changeset/base/247792 > > Log: > MFcalloutng (r244249, r244306 by mav): > - Switch syscons from timeout() to callout_reset_flags() and specify that > precision is not important there -- anything from 20 to 30Hz will be fine. > - Reduce syscons "refresh" rate to 1-2Hz when console is in graphics mode > and there is nothing to do except some polling for keyboard. Text mode just to understand, how does this 1-2Hz affect the respose to keypresses ? does it mean it takes 0.5..1s to see the keypress ? cheers luigi