Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/rcons Add missing RCONS_2BPP and RCONS_16BPP options...



details:   https://anonhg.NetBSD.org/src/rev/caa38e8d36c1
branches:  trunk
changeset: 471907:caa38e8d36c1
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Apr 14 18:43:24 1999 +0000

description:
Add missing RCONS_2BPP and RCONS_16BPP options for compatibility with code
that has not yet changed over to 'rasops'.

diffstat:

 sys/dev/rcons/files.rcons |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 5946f3a73408 -r caa38e8d36c1 sys/dev/rcons/files.rcons
--- a/sys/dev/rcons/files.rcons Wed Apr 14 18:25:47 1999 +0000
+++ b/sys/dev/rcons/files.rcons Wed Apr 14 18:43:24 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.rcons,v 1.4 1999/04/13 18:43:17 ad Exp $
+# $NetBSD: files.rcons,v 1.5 1999/04/14 18:43:24 ad Exp $
 #
 # Configuration file for RASTER Console.
 #
@@ -8,4 +8,5 @@
 file dev/rcons/rcons_kern.c    rasterconsole
 file dev/rcons/rcons_subr.c    rasterconsole
 
-defopt opt_rcons.h     RASTERCONS_FGCOL RASTERCONS_BGCOL
+defopt opt_rcons.h     RASTERCONS_FGCOL RASTERCONS_BGCOL 
+                       RCONS_2BPP RCONS_16BPP



Home | Main Index | Thread Index | Old Index