aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/creator.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.10Marius Strobl2006-08-271-9/+0
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-051-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