summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/splash_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Warning fix.mux2002-11-111-2/+2
* use __packed.alfred2002-09-231-24/+24
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-311-0/+2
* Removed extra calculation for X position (PC-98 only).nyan2000-10-281-1/+0
* Added PC-98 supports.nyan2000-04-271-0/+41
* - Added support for 1bpp and 4bpp BMP files.yokota2000-04-241-68/+82
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The second phase of syscons reorganization.yokota1999-06-221-3/+2
* Print verbose messages when there is error.yokota1999-06-161-2/+21
* Make the splash screen alternate "fade out" and "fade in" action atyokota1999-03-291-5/+20
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-7/+8
* Oops, one line was accidentally commented out in the previous commit.yokota1999-01-261-3/+1
* Add VESA mode support. If the VESA support is compiled into the kernelyokota1999-01-211-5/+61
* Calculate the number of bitmap colors in the correct way.yokota1999-01-131-2/+2
* Update the pointer into the bitmap correctly. The previous codeyokota1999-01-111-2/+2
* Add splash screen module. This version has rather limitedyokota1999-01-111-0/+494
OpenPOWER on IntegriCloud