summaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* PCX loader for pseudo-device splash.Dag-Erling Smørgrav1999-04-121-0/+262
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-121-1/+18
* Make the splash screen alternate "fade out" and "fade in" action atKazutaka YOKOTA1999-03-291-5/+20
* Don't free() a NULL pointer!Kazutaka YOKOTA1999-03-091-3/+4
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-7/+8
* Oops, one line was accidentally commented out in the previous commit.Kazutaka YOKOTA1999-01-261-3/+1
* Add VESA mode support. If the VESA support is compiled into the kernelKazutaka YOKOTA1999-01-211-5/+61
* sysconsKazutaka YOKOTA1999-01-192-7/+8
* Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA1999-01-131-2/+2
* Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA1999-01-121-6/+11
* Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA1999-01-111-2/+2
* Add splash screen module. This version has rather limitedKazutaka YOKOTA1999-01-111-0/+494
* Oops, I committed wrong version of these files in the last commit!Kazutaka YOKOTA1999-01-112-73/+151
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-095-0/+868