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/alpha/tc pull up rev 1.46 from trunk (ross)



details:   https://anonhg.NetBSD.org/src/rev/f6e0fedda019
branches:  netbsd-1-4
changeset: 469216:f6e0fedda019
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Aug 08 07:18:35 1999 +0000

description:
pull up rev 1.46 from trunk (ross)

diffstat:

 sys/arch/alpha/tc/scc.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 59776e0356f9 -r f6e0fedda019 sys/arch/alpha/tc/scc.c
--- a/sys/arch/alpha/tc/scc.c   Sun Aug 08 07:17:40 1999 +0000
+++ b/sys/arch/alpha/tc/scc.c   Sun Aug 08 07:18:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scc.c,v 1.42.8.2 1999/04/12 21:27:03 pk Exp $ */
+/* $NetBSD: scc.c,v 1.42.8.3 1999/08/08 07:18:35 cgd Exp $ */
 
 /*
  * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.42.8.2 1999/04/12 21:27:03 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.42.8.3 1999/08/08 07:18:35 cgd Exp $");
 
 #include "opt_ddb.h"
 #ifdef alpha
@@ -529,10 +529,12 @@
         */
        if ((cputype == ST_DEC_3000_500 && sc->sc_dv.dv_unit == 1) ||
            (cputype == ST_DEC_3000_300 && sc->sc_dv.dv_unit == 0)) {
+               if (alpha_donot_kludge_scc)
+                       printf("\nSWITCHING TO SERIAL CONSOLE!\n");
                cn_tab = &scccons;
                cn_tab->cn_dev = makedev(SCCDEV, sc->sc_dv.dv_unit * 2);
 
-               printf(": console\n");
+               printf("%s console\n", alpha_donot_kludge_scc ? "\n***" : ":");
 
                /* wire carrier for console. */
                sc->scc_softCAR |= SCCLINE(cn_tab->cn_dev);



Home | Main Index | Thread Index | Old Index