aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/creator.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needMarius Strobl2007-06-161-7/+9
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-071-29/+13
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.Marius Strobl2007-01-161-41/+405
* Remove the DPMS code in creator_blank_display(), as it causes someMarius Strobl2006-08-241-9/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-5/+5
* - Declare lookup tables etc. const.Marius Strobl2005-07-101-91/+167
* - In creator_configure() when probed for the high-level console returnMarius Strobl2005-06-041-38/+29
* o creator(4):Marius Strobl2005-05-211-157/+236
* - Add missing <sys/module.h>. [1]Marius Strobl2004-07-091-6/+2
* - Use an ihandle_t to store the stdout instance handle instead of aThomas Moestl2004-04-041-2/+2
* Don't confuse NULL with 0.David E. O'Brien2004-01-021-3/+3
* Fix a typo. Allow for the creator not being stdout.Jake Burkholder2003-11-111-9/+8
* Add a driver for creator upa frame buffers found in many sparc64 machines.Jake Burkholder2003-08-241-0/+648