Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Fixed console logging when booting with -q



details:   https://anonhg.NetBSD.org/src/rev/51e80d089975
branches:  trunk
changeset: 340502:51e80d089975
user:      palle <palle%NetBSD.org@localhost>
date:      Wed Sep 09 03:47:58 2015 +0000

description:
Fixed console logging when booting with -q

diffstat:

 sys/arch/sparc64/dev/vpci.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a6991b026ae7 -r 51e80d089975 sys/arch/sparc64/dev/vpci.c
--- a/sys/arch/sparc64/dev/vpci.c       Wed Sep 09 03:27:15 2015 +0000
+++ b/sys/arch/sparc64/dev/vpci.c       Wed Sep 09 03:47:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vpci.c,v 1.4 2015/09/08 04:04:33 palle Exp $   */
+/*     $NetBSD: vpci.c,v 1.5 2015/09/09 03:47:58 palle Exp $   */
 /*
  * Copyright (c) 2015 Palle Lyckegaard
  * All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vpci.c,v 1.4 2015/09/08 04:04:33 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vpci.c,v 1.5 2015/09/09 03:47:58 palle Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -307,7 +307,8 @@
        } else
                panic("vpci_init_iommu: getprop virtual-dma failed");
 
-       aprint_normal(" vdma %x length %x\n", iobase, iolen);
+       aprint_normal(" vdma %x length %x\n", iobase, iolen);
+       aprint_naive("\n");
        
        /* We have no STC.  */
        is->is_sb[0] = NULL;



Home | Main Index | Thread Index | Old Index