Module Name: src Committed By: christos Date: Fri Feb 3 15:42:46 UTC 2012
Modified Files: src/sys/dev/ic: tpm.c Log Message: shutup debug. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/tpm.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/dev/ic/tpm.c diff -u src/sys/dev/ic/tpm.c:1.5 src/sys/dev/ic/tpm.c:1.6 --- src/sys/dev/ic/tpm.c:1.5 Thu Feb 2 23:03:11 2012 +++ src/sys/dev/ic/tpm.c Fri Feb 3 10:42:46 2012 @@ -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