Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic restore (by request) CFGPRINTF to DIAGNOSTIC leve...
details: https://anonhg.NetBSD.org/src/rev/3b97c4323c59
branches: trunk
changeset: 479706:3b97c4323c59
user: mjacob <mjacob%NetBSD.org@localhost>
date: Mon Dec 20 00:37:49 1999 +0000
description:
restore (by request) CFGPRINTF to DIAGNOSTIC level kernels
diffstat:
sys/dev/ic/isp_netbsd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6a1dfec55577 -r 3b97c4323c59 sys/dev/ic/isp_netbsd.h
--- a/sys/dev/ic/isp_netbsd.h Mon Dec 20 00:33:17 1999 +0000
+++ b/sys/dev/ic/isp_netbsd.h Mon Dec 20 00:37:49 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.h,v 1.20 1999/12/16 05:35:44 mjacob Exp $ */
+/* $NetBSD: isp_netbsd.h,v 1.21 1999/12/20 00:37:49 mjacob Exp $ */
/*
* NetBSD Specific definitions for the Qlogic ISP Host Adapter
* Matthew Jacob <mjacob%nas.nasa.gov@localhost>
@@ -110,7 +110,7 @@
#define CFGPRINTF printf
#elif defined(DIAGNOSTIC)
#define DFLT_DBLEVEL 1
-#define CFGPRINTF if (0) printf
+#define CFGPRINTF printf
#else
#define DFLT_DBLEVEL 0
#define CFGPRINTF if (0) printf
Home |
Main Index |
Thread Index |
Old Index