summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Fix conflicting prototypes and return values.rich1993-11-271-21/+38
* Changed return(-1) in switch_scr to return(EINVAL), because -1 ischmr1993-11-231-2/+2
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codejkh1993-10-311-3/+3
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.jkh1993-10-311-5/+2
* Put back the $Id$ stringsrgrimes1993-10-281-7/+4
* This is syscons version 1.1jkh1993-10-281-229/+330
* Patch from stever@csuohio.edu (Steve Ratliff) to make FAT_CURSOR workjkh1993-10-181-3/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-6/+4
* Use KERNBASE for locating stuff in kernel virtual memory, not hard codedrgrimes1993-10-121-3/+3
* Removed FAT_CURSOR as default since it breaks certain CGA displaysjkh1993-10-081-1/+1
* Latest changs for XFree86 2.0jkh1993-10-041-0/+4
* Change #include <sys/console.h> to <machine/console.h>, file will be movedrgrimes1993-09-301-1/+1
* From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>jkh1993-09-291-0/+3
* Version number support for XFree86jkh1993-09-281-1/+5
* Change to sio for recognising the last serial port on a multiportjkh1993-09-281-10/+17
* Soren's latest syscons changes.jkh1993-09-081-19/+30
* Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code sorgrimes1993-08-281-1/+1
* Added from: line to reference the pccons.c derivation of this code, otherwisergrimes1993-08-201-0/+2
* Updated syscons to 0.2b - please test this! It won't be in the ALPHAjkh1993-07-301-464/+721
* Added necessary files for syscons (may move font include later, but for nowjkh1993-07-261-0/+2128
OpenPOWER on IntegriCloud