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 s/pa/busaddr/ in a debug message, we pr...



details:   https://anonhg.NetBSD.org/src/rev/192f02531473
branches:  trunk
changeset: 341873:192f02531473
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Nov 27 00:36:58 2015 +0000

description:
s/pa/busaddr/ in a debug message, we print the actual paddr next.

diffstat:

 sys/arch/sparc64/dev/psycho.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 52cfa1e111e3 -r 192f02531473 sys/arch/sparc64/dev/psycho.c
--- a/sys/arch/sparc64/dev/psycho.c     Fri Nov 27 00:08:43 2015 +0000
+++ b/sys/arch/sparc64/dev/psycho.c     Fri Nov 27 00:36:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psycho.c,v 1.122 2015/11/26 23:44:57 mrg Exp $ */
+/*     $NetBSD: psycho.c,v 1.123 2015/11/27 00:36:58 mrg Exp $ */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: psycho.c,v 1.122 2015/11/26 23:44:57 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: psycho.c,v 1.123 2015/11/27 00:36:58 mrg Exp $");
 
 #include "opt_ddb.h"
 
@@ -1203,7 +1203,7 @@
 
        ss = sparc_pci_childspace(t->type);
 
-       DPRINTF(PDB_BUSMAP, ("%s: prot %x flags %d pa %qx\n",
+       DPRINTF(PDB_BUSMAP, ("%s: prot %x flags %d busaddr %qx\n",
                __func__, prot, flags, (unsigned long long)paddr));
 
        pr = get_psychorange(pp, ss);



Home | Main Index | Thread Index | Old Index