Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/hpcsh add more debug message
details: https://anonhg.NetBSD.org/src/rev/9b7ece616250
branches: trunk
changeset: 522116:9b7ece616250
user: uch <uch%NetBSD.org@localhost>
date: Mon Feb 11 17:22:39 2002 +0000
description:
add more debug message
diffstat:
sys/arch/hpcsh/hpcsh/bus_space.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 8061afd9e71d -r 9b7ece616250 sys/arch/hpcsh/hpcsh/bus_space.c
--- a/sys/arch/hpcsh/hpcsh/bus_space.c Mon Feb 11 17:21:48 2002 +0000
+++ b/sys/arch/hpcsh/hpcsh/bus_space.c Mon Feb 11 17:22:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_space.c,v 1.6 2002/01/29 18:53:01 uch Exp $ */
+/* $NetBSD: bus_space.c,v 1.7 2002/02/11 17:22:39 uch Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -239,7 +239,9 @@
&bpa);
if (error) {
- DPRINTF("failed.\n");
+ DPRINTF("failed. base=0x%08x rstart=0x%08x, rend=0x%08x"
+ " size=0x%08x\n", (u_int32_t)base, (u_int32_t)rstart,
+ (u_int32_t)rend, (u_int32_t)size);
return (error);
}
Home |
Main Index |
Thread Index |
Old Index