Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic shutup debug.



details:   https://anonhg.NetBSD.org/src/rev/39c724198461
branches:  trunk
changeset: 773485:39c724198461
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 03 15:42:46 2012 +0000

description:
shutup debug.

diffstat:

 sys/dev/ic/tpm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 606dd6f8b01f -r 39c724198461 sys/dev/ic/tpm.c
--- a/sys/dev/ic/tpm.c  Fri Feb 03 14:36:51 2012 +0000
+++ b/sys/dev/ic/tpm.c  Fri Feb 03 15:42:46 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tpm.c,v 1.5 2012/02/03 04:03:11 christos Exp $ */
+/*     $NetBSD: tpm.c,v 1.6 2012/02/03 15:42:46 christos Exp $ */
 /*
  * Copyright (c) 2008, 2009 Michael Shalayeff
  * Copyright (c) 2009, 2010 Hans-Jörg Höxer
@@ -18,9 +18,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tpm.c,v 1.5 2012/02/03 04:03:11 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tpm.c,v 1.6 2012/02/03 15:42:46 christos Exp $");
 
-#if 1
+#if 0
 #define        TPM_DEBUG 
 #define aprint_debug_dev aprint_error_dev
 #endif



Home | Main Index | Thread Index | Old Index