Module Name:    src
Committed By:   macallan
Date:           Thu Aug 27 20:52:18 UTC 2009

Modified Files:
        src/sys/arch/sparc/dev: cgfourteen.c

Log Message:
use vcons_replay_msgbuf()


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sparc/dev/cgfourteen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/dev/cgfourteen.c
diff -u src/sys/arch/sparc/dev/cgfourteen.c:1.61 src/sys/arch/sparc/dev/cgfourteen.c:1.62
--- src/sys/arch/sparc/dev/cgfourteen.c:1.61	Tue Jul 14 20:57:22 2009
+++ src/sys/arch/sparc/dev/cgfourteen.c	Thu Aug 27 20:52:18 2009
@@ -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

Reply via email to