Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/x68k/x68k pullup 1.65->1.66 (minoura)



details:   https://anonhg.NetBSD.org/src/rev/33ddecbf055a
branches:  netbsd-1-4
changeset: 468901:33ddecbf055a
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 17:25:21 1999 +0000

description:
pullup 1.65->1.66 (minoura)

diffstat:

 sys/arch/x68k/x68k/machdep.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2b461a91c865 -r 33ddecbf055a sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Tue Jun 22 17:23:48 1999 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Tue Jun 22 17:25:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.60.2.3 1999/06/21 16:16:20 perry Exp $   */
+/*     $NetBSD: machdep.c,v 1.60.2.4 1999/06/22 17:25:21 perry Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -214,6 +214,11 @@
        if (mmutype == MMU_68040)
                cpuspeed *= 2;  /* XXX */
 
+       /*
+        * bring graphics layer up.
+        */
+       config_console();
+
        /*
         * Initialize the console before we print anything out.
         */



Home | Main Index | Thread Index | Old Index