Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 1998 06:58:17 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199802111458.GAA00734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1998/02/11 06:58:17 PST

  Modified files:
    sys/i386/isa         syscons.c 
  Log:
  - Break scrn_timer() into two pieces. Now screen update is done in a
  separate routine: scupdate() called from scrn_timer().
  
  - Make sure that the screen is updated for the low-level console
  routines sccngetc() and sccncheckc().  A new routine, sccnupdate(),
  is introduced and will call scupdate() above.
  Requested by: bde and msmith
  
  OKed by: sos
  
  Revision  Changes    Path
  1.249     +97 -85    src/sys/i386/isa/syscons.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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