aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/splash.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Include opt_splash.h.Kazutaka YOKOTA2001-08-021-0/+2
* Peter and I cross-committed: this file needs sys/kernel.h now.Poul-Henning Kamp2000-04-291-0/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Stick a module dependency on 'splash' in the saver declaration macro soPeter Wemm2000-04-291-0/+2
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.Peter Wemm2000-01-291-6/+0
* Check whether init and term are actually givenNick Hibma1999-10-051-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix printf int/long format problems on the Alpha.Peter Wemm1999-07-011-3/+3
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-6/+9
* Don't free() a NULL pointer!Kazutaka YOKOTA1999-03-091-3/+4
* Oops, I committed wrong version of these files in the last commit!Kazutaka YOKOTA1999-01-111-68/+95
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+181