Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev use vcons_replay_msgbuf()



details:   https://anonhg.NetBSD.org/src/rev/36a0e436d0ae
branches:  trunk
changeset: 747026:36a0e436d0ae
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Aug 27 20:52:18 2009 +0000

description:
use vcons_replay_msgbuf()

diffstat:

 sys/arch/sparc/dev/cgfourteen.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 64ce4862b819 -r 36a0e436d0ae sys/arch/sparc/dev/cgfourteen.c
--- a/sys/arch/sparc/dev/cgfourteen.c   Thu Aug 27 20:24:16 2009 +0000
+++ b/sys/arch/sparc/dev/cgfourteen.c   Thu Aug 27 20:52:18 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgfourteen.c,v 1.61 2009/07/14 20:57:22 apb Exp $ */
+/*     $NetBSD: cgfourteen.c,v 1.62 2009/08/27 20:52:18 macallan Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -834,6 +834,7 @@
                sc->sc_defaultscreen_descr.ncols = ri->ri_cols;
                wsdisplay_cnattach(&sc->sc_defaultscreen_descr, ri, 0, 0,
                    defattr);
+               vcons_replay_msgbuf(&sc->sc_console_screen);
        } else {
                /*
                 * since we're not the console we can postpone the rest



Home | Main Index | Thread Index | Old Index