Advertise that color is supported so that syscons doesn't come up

in monochrome mode when run as init.
This commit is contained in:
Peter Grehan 2004-08-16 06:26:15 +00:00
parent 2d1661a5b6
commit dbc13869ee

View File

@ -342,8 +342,8 @@ ofwfb_init(int unit, video_adapter_t *adp, int flags)
*/
adp->va_window = (vm_offset_t) ofwfb_static_window;
/* Enable future font-loading... */
adp->va_flags |= V_ADP_FONT;
/* Enable future font-loading and flag color support */
adp->va_flags |= V_ADP_FONT | V_ADP_COLOR;
ofwfb_blank_display(&sc->sc_va, V_DISPLAY_ON);