Re: svn commit: r247792 - head/sys/dev/syscons

2013-03-04 Thread Luigi Rizzo
On Mon, Mar 04, 2013 at 04:55:49PM +0200, Alexander Motin wrote: > On 04.03.2013 16:42, Luigi Rizzo wrote: > > On Mon, Mar 04, 2013 at 02:00:59PM +, Davide Italiano wrote: ... > >> - Reduce syscons "refresh" rate to 1-2Hz when console is in graphics mode > >> and there is nothing to do exce

Re: svn commit: r247792 - head/sys/dev/syscons

2013-03-04 Thread Alexander Motin
On 04.03.2013 16:42, Luigi Rizzo wrote: > On Mon, Mar 04, 2013 at 02:00:59PM +, 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): >>

Re: svn commit: r247792 - head/sys/dev/syscons

2013-03-04 Thread Luigi Rizzo
On Mon, Mar 04, 2013 at 02:00:59PM +, 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_

svn commit: r247792 - head/sys/dev/syscons

2013-03-04 Thread Davide Italiano
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 t