mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Advertise that color is supported so that syscons doesn't come up
in monochrome mode when run as init.
This commit is contained in:
parent
2d1661a5b6
commit
dbc13869ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133809
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user