Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons GRR! Kludge around the extremely annoying ws...



details:   https://anonhg.NetBSD.org/src/rev/105116036405
branches:  trunk
changeset: 475066:105116036405
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 30 20:42:16 1999 +0000

description:
GRR!  Kludge around the extremely annoying wsmux configuration lossage
by removing the "| wsdisplay" from the wsmux.c file declaration.  This
will cause any kernel which includes wsdisplay but not wsmux explicitly
to fail to link, but at least those of us with multiple wsdisplays on
a single machine can build kernels again.

diffstat:

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

diffs (19 lines):

diff -r f40f37ddb4a5 -r 105116036405 sys/dev/wscons/files.wscons
--- a/sys/dev/wscons/files.wscons       Fri Jul 30 20:33:43 1999 +0000
+++ b/sys/dev/wscons/files.wscons       Fri Jul 30 20:42:16 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.wscons,v 1.16 1999/07/29 18:20:02 augustss Exp $
+# $NetBSD: files.wscons,v 1.17 1999/07/30 20:42:16 thorpej Exp $
 
 #
 # "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
@@ -53,5 +53,8 @@
 file   dev/wscons/wscons_rinit.c               wsrasteremulops
 file   dev/wscons/wscons_rops.c                wsrasteremulops
 
+# XXX XXX XXX COMPLETELY, UTTERLY BROKEN!!! XXX XXX XXX
+# XXX XXX XXX wsdisplay needs wsmux to work but there is Lossage
+# XXX XXX XXX if you use "wsmux | wsdisplay" below.
 defpseudo      wsmux
-file   dev/wscons/wsmux.c                      wsmux | wsdisplay needs-count
+file   dev/wscons/wsmux.c                      wsmux needs-count



Home | Main Index | Thread Index | Old Index