V_ADP_COLOR
(vesa_adp->va_flags & V_ADP_COLOR) ?
vesa_adp->va_flags & V_ADP_COLOR, mode);
adp->va_flags & V_ADP_COLOR, mode);
vesa_adp->va_flags &= ~V_ADP_COLOR;
(info.vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
(vesa_adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;
& V_ADP_COLOR))
(biosadapter[i].va_flags & V_ADP_COLOR) ?
(biosadapter[i].va_flags & V_ADP_COLOR) ?
mode = map_gen_mode_num(adp->va_type, adp->va_flags & V_ADP_COLOR, mode);
adp->va_flags & V_ADP_COLOR, mode);
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
{ 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC,
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
{ 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC,
adp->va_flags |= V_ADP_COLOR | V_ADP_BORDER;
adp->va_flags &= ~V_ADP_COLOR;
(info->vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
(adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC;
& V_ADP_COLOR,
biosadapter[V_ADP_PRIMARY].va_flags & V_ADP_COLOR,
if (scp->sc->adp->va_flags & V_ADP_COLOR)
return names[i].name[(adp->va_flags & V_ADP_COLOR) ? 0 : 1];
*(int *)data = (sc->adp->va_flags & V_ADP_COLOR) ? 1 : 0;
adp->va_flags |= V_ADP_FONT | V_ADP_COLOR | V_ADP_MODECHANGE;