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