freebsd-dev/sys/dev/syscons
John Baldwin 329292029c The SRM console gets the red and blue attributes backwards in the VGA
palette.  As a result, the colors on the video console can look rather
weird.  For example, sysinstall on the alpha has a read background.  We
can work around this partially by remapping the colors used by syscons for
the ANSI color escape sequences.  Note that screen savers and anything that
sets the colors explicitly will still get incorrect colors, but programs
such as sysinstall will now use the correct colors.  A more correct fix
would be to actually fix the VGA palette on boot by either swapping all
the red and blue attributes or by hardcoding a standard palette and
overwriting the entire palette.

Requested by:	gallatin
Obtained from:	NetBSD
2001-03-05 22:43:39 +00:00
..
apm Added necessary include for pc98. 2001-01-25 09:56:04 +00:00
blank $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
daemon Fixed warnings. 2001-02-21 11:28:02 +00:00
fade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fire Remove unneeded header. 2000-06-25 09:39:11 +00:00
green $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
logo Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
rain Remove unneeded header. 2000-06-25 09:39:11 +00:00
snake Fixed warnings. 2001-02-21 11:28:02 +00:00
star Fixed warnings. 2001-02-21 11:28:02 +00:00
warp Remove unneeded header. 2000-06-25 09:39:11 +00:00
scgfbrndr.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
schistory.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
scmouse.c Initiate deorbit burn sequence for <machine/mouse.h>. 2000-10-09 08:08:36 +00:00
scterm-dumb.c Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
scterm-sc.c The SRM console gets the red and blue attributes backwards in the VGA 2001-03-05 22:43:39 +00:00
scterm.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
sctermvar.h Fix the TAB not cause scrolling when entered at the end of the last line. 2000-05-29 18:35:13 +00:00
scvesactl.c A couple of negative options was not commented out in NOTES/LINT. This 2000-10-09 07:29:41 +00:00
scvgarndr.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
scvidctl.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
scvtb.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
syscons.c Convert apm from a bogus 'count' into a plain option. Clean out some 2001-01-19 14:09:54 +00:00
syscons.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
sysmouse.c Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00