summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* If passed RI_BSWAP, swap32 the stampjason2002-07-251-1/+3
|
* Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@miod2002-07-231-3/+3
|
* No newline in panic messagesmiod2002-07-171-3/+3
|
* inital -> initialnate2002-07-021-2/+2
|
* remove unneeded header.fgsch2002-05-292-4/+2
|
* o spaces, tabs, spelling cleanup.fgsch2002-05-2810-73/+42
| | | | | | o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile.
* make this compile; jason@ ok.fgsch2002-05-281-14/+11
|
* use the gallant 12x22 font by default on screens that are morematthieu2002-05-021-3/+9
| | | | | than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x
* First round of __P removal in sysmillert2002-03-149-70/+70
|
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-1815-0/+5060
operations.