cvs commit: src/sys/dev/syscons syscons.c src/sys/dev/zs zs.c
src/sys/kern tty_cons.c src/sys/sys cons.h
Poul-Henning Kamp
phk at FreeBSD.org
Fri May 26 03:25:14 PDT 2006
phk 2006-05-26 10:24:00 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons syscons.c
sys/dev/zs zs.c
sys/kern tty_cons.c
sys/sys cons.h
Log:
GC the cn_dbctl_t hook for consoles, it is unused.
This used to make syscons switch to vty0 when we entered DDB but this
was lost in the KDB shuffle. We may want to bring it back down the road
but it should be done by calling cn_init_t/cn_term_t instead, possibly
with a flag argument saying "Debugger!"
Revision Changes Path
1.444 +1 -33 src/sys/dev/syscons/syscons.c
1.34 +1 -7 src/sys/dev/zs/zs.c
1.133 +0 -19 src/sys/kern/tty_cons.c
1.38 +1 -5 src/sys/sys/cons.h
More information about the cvs-src
mailing list