Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 13:09:02 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/dcons dcons_os.c
Message-ID:  <200904061309.n36D99EO097029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-04-06 13:09:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dcons        dcons_os.c 
  Log:
  SVN rev 190771 on 2009-04-06 13:09:02Z by ed
  
  Reduce the dcons polling frequency to 25 Hz.
  
  It makes little sense to use 100 Hz polling in dcons. We cannot live
  without polling, because that's just how dcons works. It polls the
  buffer filled by the firewire hardware. 25 Hz is probably enough for
  most use cases.
  
  Discussed with: rwatson
  Tested by:      kan
  
  Revision  Changes    Path
  1.28      +1 -1      src/sys/dev/dcons/dcons_os.c



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