summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the correct value for banksize so splash_pcx works in LFB modes.des1999-06-281-2/+2
* #if 0 an unused function since it generates warnings.. (I have not deletedpeter1999-06-261-1/+5
* The second phase of syscons reorganization.yokota1999-06-228-69/+3574
* Print verbose messages when there is error.yokota1999-06-161-2/+21
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* PCX loader for pseudo-device splash.des1999-04-121-0/+262
* Centralize and reorganize a few macros.des1999-04-121-1/+18
* Make the splash screen alternate "fade out" and "fade in" action atyokota1999-03-291-5/+20
* Don't free() a NULL pointer!yokota1999-03-091-3/+4
* - 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
* sysconsyokota1999-01-192-7/+8
* Calculate the number of bitmap colors in the correct way.yokota1999-01-131-2/+2
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-121-6/+11
* 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
* Oops, I committed wrong version of these files in the last commit!yokota1999-01-112-73/+151
* Add the new keyboard driver and video card driver. They will beyokota1999-01-095-0/+868
OpenPOWER on IntegriCloud