Module Name:    src
Committed By:   skrll
Date:           Sun Mar  7 08:56:07 UTC 2010

Modified Files:
        src/sys/arch/hp700/dev: astro.c

Log Message:
Shut astro up if DEBUG defined.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/dev/astro.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/dev/astro.c
diff -u src/sys/arch/hp700/dev/astro.c:1.8 src/sys/arch/hp700/dev/astro.c:1.9
--- src/sys/arch/hp700/dev/astro.c:1.8	Sun Nov 29 13:51:33 2009
+++ src/sys/arch/hp700/dev/astro.c	Sun Mar  7 08:56:07 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: astro.c,v 1.8 2009/11/29 13:51:33 skrll Exp $	*/
+/*	$NetBSD: astro.c,v 1.9 2010/03/07 08:56:07 skrll Exp $	*/
 
 /*	$OpenBSD: astro.c,v 1.8 2007/10/06 23:50:54 krw Exp $	*/
 
@@ -715,7 +715,7 @@
 	uint64_t tte;
 	uint32_t ci;
 
-#ifdef DEBUG
+#ifdef ASTRODEBUG
 	printf("iommu_enter dva %lx, pa %lx, va %lx\n", dva, pa, va);
 #endif
 

Reply via email to