freebsd-skq/sys/dev/vt
dumbbell 7d587a4b16 vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colors
This replaces the method based on Write Mode 3, which required reads
from the video memory to load the latches.

MFC after:	1 week
2014-08-25 20:15:19 +00:00
..
colors vt(4): Colors are indexed against a console palette, not a VGA palette 2014-08-10 17:04:10 +00:00
font vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor" 2014-08-21 19:42:24 +00:00
hw vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colors 2014-08-25 20:15:19 +00:00
logo
vt_buf.c vt(4): Use the actual size of the mouse when marking its position as dirty 2014-08-22 17:09:31 +00:00
vt_consolectl.c Use a common tunable to choose between vt(4)/sc(4) 2014-06-27 17:50:33 +00:00
vt_core.c vt(4): Intialize drawable area rectangle each time a font is loaded 2014-08-25 19:52:13 +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 vt(4): Handle global and per-window mouse cursor toggle in one place 2014-08-21 13:04:34 +00:00
vt.h vt(4): Store a rectangle for the drawable area, not just the top-left corner 2014-08-25 19:06:31 +00:00