Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 1999 06:23:18 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <199901171423.GAA19698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1999/01/17 06:23:18 PST

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  - Examine the error code from the screen saver and act accordingly.
  	0	success
  	EAGAIN	try again later
  	other	don't call this screen saver again
  - Test flags consistently to examine the status of the screen saver.
  	scrn_blanked: the screen saver is running
  	scp->status & SAVER_RUNNING: the saver is running in this vty
  - Correctlyu preserve status flag bits in set/restore_scrn_saver_mdoe().
  
  Revision  Changes    Path
  1.292     +28 -18    src/sys/dev/syscons/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?199901171423.GAA19698>