Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 1998 06:56:04 -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:  <199802111456.GAA00701@freefall.freebsd.org>

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

  Modified files:
    sys/i386/isa         syscons.c 
  Log:
  - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called
  from the low-level console routines sccngetc() and sccncheckc().
  Submitted by: bde (a long time ago)
  
  - Don't try to ring bell and immediately return from do_bell() while
  device probe is in progress at boot time; the timeout queue is not
  functional yet.
  PR: kern/2424
  
  - Stop running the screen saver after panic() is called: check
  if `panicstr' is non-NULL during scrn_timer().
  PR: kern/5314
  
  - A new option: SC_DISABLE_REBOOT
  The reboot key (usually Ctl-Alt-Del) will be ignored if this option
  is defined. You may still have the reboot key defined in the keymap and
  it won't cause error when the keymap is loaded, but it will be quietly
  treated as nop.
  
  OKed by: sos
  
  Revision  Changes    Path
  1.248     +18 -9     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?199802111456.GAA00701>