freebsd-dev/sys/dev/syscons
Kazutaka YOKOTA 35e61cbd71 Add a new mechanism, cndbctl(), to tell the console driver that
ddb is entered.  Don't refer to `in_Debugger' to see if we
are in the debugger.  (The variable used to be static in Debugger()
and wasn't updated if ddb is entered via traps and panic anyway.)

- Don't refer to `in_Debugger'.
- Add `db_active' to i386/i386/db_interface.d (as in
  alpha/alpha/db_interface.c).
- Remove cnpollc() stub from ddb/db_input.c.
- Add the dbctl function to syscons, pcvt, and sio. (The function for
  pcvt and sio is noop at the moment.)

Jointly developed by: bde and me

(The final version was tweaked by me and not reviewed by bde.  Thus,
if there is any error in this commit, that is entirely of mine, not
his.)

Some changes were obtained from: NetBSD
2000-01-11 14:54:01 +00:00
..
apm Add the apm_saver syscons screen saver module. 1999-10-02 03:56:42 +00:00
blank $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
daemon $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fire $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
green $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
logo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rain $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
snake $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
star $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
warp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scgfbrndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
schistory.c Fix memory leak. 1999-12-10 09:36:05 +00:00
scmouse.c Fix mouse cursor logic which I broke in 1.1 ;-< 1999-12-06 03:22:16 +00:00
scvesactl.c This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00
scvgarndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scvidctl.c - Removed SC_VIDEO_DEBUG. It is broken and useless now. 1999-11-08 09:57:16 +00:00
scvtb.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscons.c Add a new mechanism, cndbctl(), to tell the console driver that 2000-01-11 14:54:01 +00:00
syscons.h This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00