Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Call clmpcc_init() when setting up the console to...



details:   https://anonhg.NetBSD.org/src/rev/dc939ac8a05e
branches:  trunk
changeset: 512643:dc939ac8a05e
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Jul 12 17:21:01 2001 +0000

description:
Call clmpcc_init() when setting up the console to get the chip into
a known state.

For some reason, "Bug" on mvme68k can't be relied upon to leave it
in a good enough state for our console routines...

diffstat:

 sys/dev/ic/clmpcc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fbfd9d32e1c8 -r dc939ac8a05e sys/dev/ic/clmpcc.c
--- a/sys/dev/ic/clmpcc.c       Thu Jul 12 17:17:45 2001 +0000
+++ b/sys/dev/ic/clmpcc.c       Thu Jul 12 17:21:01 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clmpcc.c,v 1.16 2001/05/02 10:32:09 scw Exp $ */
+/*     $NetBSD: clmpcc.c,v 1.17 2001/07/12 17:21:01 scw Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -1526,7 +1526,7 @@
        cons_chan = chan;
        cons_rate = rate;
 
-       return 0;
+       return (clmpcc_init(sc));
 }
 
 /*



Home | Main Index | Thread Index | Old Index