Age | Commit message (Expand) | Author |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2009-06-03 | Fix check for window-top and window-left values. | Mark Kettenis |
2009-01-19 | Clear RI_CLEARMARGINS in the ri_bits == NULL ifb(4) kluge, the new window | Miod Vallat |
2009-01-12 | Be more strict when checking window-left and window-top values. | Miod Vallat |
2009-01-11 | Some frame buffer fcode do not fill window-top and window-left put | Miod Vallat |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2007-11-10 | weel -> well | Joel Sing |
2006-12-03 | Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it applies | Miod Vallat |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-07-01 | Provide our own alloc_attr() routine for sun frame buffer, since the computation | Miod Vallat |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-06-29 | No need to keep specific variables for the kernel messages colors on sun | Miod Vallat |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat |
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-02-29 | More colormap games for 8-bit framebuffers to enjoy the inverted cursor too. | Miod Vallat |
2003-10-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat |
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat |
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat |
2003-06-16 | Provide the same fbxxx() api as on sparc, in order to factorize more code | Miod Vallat |