summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Collapse)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
| | | | ERESTART on return from a system call.
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codejkh1993-10-311-3/+3
| | | | | to make sure that bad things don't happen if both are (incorrectly) defined at once.
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.jkh1993-10-311-5/+2
| | | | | Removed FAT_CURSOR and STAR_SAVER as compiled in defaults - these should be kernel options!
* 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
| | | | on HDA/CGA displays.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-6/+4
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Use KERNBASE for locating stuff in kernel virtual memory, not hard codedrgrimes1993-10-121-3/+3
| | | | constants.
* Removed FAT_CURSOR as default since it breaks certain CGA displaysjkh1993-10-081-1/+1
| | | | | | and it is better to conform to the lowest common denominator. Those wishing to retain it can always use options FAT_CURSOR in their config files.
* 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
| | | | shortly
* From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>jkh1993-09-291-0/+3
| | | | | AltGr Lock code for zero repeat count ommited, so AltGr Lock works only one time and never again :-)
* 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
| | | | | | | card correctly. Updated syscons to 0.2e, added features for upcoming XFree86 2.0, fixed crashbug.
* 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
| | | | | that the printfs during the probing prints the range instead of just the start address.
* Added from: line to reference the pccons.c derivation of this code, otherwisergrimes1993-08-201-0/+2
| | | | the BSD copyright would be very bad to have on this file.
* Updated syscons to 0.2b - please test this! It won't be in the ALPHAjkh1993-07-301-464/+721
| | | | release, but it's still worth testing.
* Added necessary files for syscons (may move font include later, but for nowjkh1993-07-261-0/+2128
it's easier to leave there since I don't feel like breaking anything).
OpenPOWER on IntegriCloud