summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/creator.c
Commit message (Expand)AuthorAgeFilesLines
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* Fix whitespace.marius2009-04-141-13/+13
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-2/+2
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needmarius2007-06-161-7/+9
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-29/+13
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-161-41/+405
* Remove the DPMS code in creator_blank_display(), as it causes somemarius2006-08-241-9/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-5/+5
* - Declare lookup tables etc. const.marius2005-07-101-91/+167
* - In creator_configure() when probed for the high-level console returnmarius2005-06-041-38/+29
* o creator(4):marius2005-05-211-157/+236
* - Add missing <sys/module.h>. [1]marius2004-07-091-6/+2
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-2/+2
* Don't confuse NULL with 0.obrien2004-01-021-3/+3
* Fix a typo. Allow for the creator not being stdout.jake2003-11-111-9/+8
* Add a driver for creator upa frame buffers found in many sparc64 machines.jake2003-08-241-0/+648
OpenPOWER on IntegriCloud