summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes.mux2002-11-111-3/+4
* Warning fix.mux2002-11-111-2/+2
* Fix printf warnings with %j and uintmax_t.jhb2002-11-081-2/+3
* Fix rare and probably inconsequential memory leak.phk2002-10-021-1/+3
* use __packed.alfred2002-09-231-24/+24
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-5/+5
* Turn on TGA support.obrien2002-04-134-13/+49
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-2/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* syscons' set_border() is now named sc_set_border(), so there is no longerdes2001-11-061-2/+0
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-015-0/+8384
* Make this compile on ia64.marcel2001-10-061-1/+4
* KSE Milestone 2julian2001-09-124-21/+21
* Fix missing splx().yokota2001-08-101-0/+1
* Include opt_splash.h.yokota2001-08-021-0/+2
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-021-0/+9
* Add some definitions. Their actual support will be addedyokota2001-08-021-0/+2
* s/adress/address/kris2001-07-231-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-7/+9
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-10/+22
* #if 0 out local variables only used in #if 0'd code and remove unusedjhb2001-01-231-1/+4
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-051-0/+564
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+5
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-311-0/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Removed extra calculation for X position (PC-98 only).nyan2000-10-281-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+1
* Unused include: #include "fb.h"peter2000-06-101-1/+0
* Prevent vidcontrol -i from crashing alphasgallatin2000-05-211-0/+8
* Peter and I cross-committed: this file needs sys/kernel.h now.phk2000-04-291-0/+1
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Stick a module dependency on 'splash' in the saver declaration macro sopeter2000-04-292-2/+6
* Added PC-98 supports.nyan2000-04-271-0/+41
* - Added support for 1bpp and 4bpp BMP files.yokota2000-04-241-68/+82
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.peter2000-01-291-5/+0
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.peter2000-01-291-6/+0
* Add a workaround to which allows alphas to reserve a port range whichdfr2000-01-241-1/+1
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatyokota2000-01-101-20/+26
* - Fix typo: CGA40 -> CGA80yokota2000-01-101-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-072-13/+4
* Check whether init and term are actually givenn_hibma1999-10-051-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
* Correct the mode information for the VGA mode X.yokota1999-08-241-4/+6
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-3/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Fix printf int/long format problems on the Alpha.peter1999-07-011-3/+3
OpenPOWER on IntegriCloud