sys/dev/fb/vesa.c
1362
(vesa_adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;
sys/dev/fb/vga.c
169
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
sys/dev/fb/vga.c
173
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
sys/dev/fb/vga.c
181
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
sys/dev/fb/vga.c
185
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
sys/dev/fb/vga.c
808
(adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;