freebsd-nq/sys/dev/vt
Aleksandr Rybalko bfc00339de Fix case when vt(4) started w/o driver assigned.
o Always init locks and cv ASAP.
o Initialize driver-independent parts even if driver probing fail.
o Allow to call vt_upgrade anytime, for later loaded drivers.
o New window flag VWF_READY, to track if window already initialized.
Other updates:
o Pass vd as a cookie for kbd_allocate.
o Do not blank window on driver replacement.

Tested by:	hselasky (RPi), emaste(VGA, EFIFB, KMS), me

MFC after:	7 days
Sponsored by:	The FreeBSD Foundation
2014-06-03 13:33:43 +00:00
..
colors
font Update whitespace to match mkkfont output 2013-12-23 17:49:12 +00:00
hw Remove driver as unused. 2014-05-29 12:29:58 +00:00
logo
vt_buf.c Update size in vt_grow if we don't have to reallocate 2014-05-29 21:10:33 +00:00
vt_consolectl.c Hide debug messages under VT_DEBUG. 2014-05-08 22:52:05 +00:00
vt_core.c Fix case when vt(4) started w/o driver assigned. 2014-06-03 13:33:43 +00:00
vt_font.c Increase vt(9) max glyph data to 1MB for CJK fonts with many glyphs 2014-01-01 19:38:15 +00:00
vt_sysmouse.c Hide debug messages under VT_DEBUG. 2014-05-08 22:52:05 +00:00
vt.h Fix case when vt(4) started w/o driver assigned. 2014-06-03 13:33:43 +00:00