diff options
| author | mjacob <mjacob@NetBSD.org> | 1999-12-20 00:37:49 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1999-12-20 00:37:49 +0000 |
| commit | 8f18ef5b4559447bee3a4b544e09d73b477ef5d5 (patch) | |
| tree | 131b39723dba9cf4aedd2e8fb2d29f614c486241 /sys/dev | |
| parent | be6fe10ee62446e0f88f03e0b3e8e2a7509419a5 (diff) | |
restore (by request) CFGPRINTF to DIAGNOSTIC level kernels
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/isp_netbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_netbsd.h b/sys/dev/ic/isp_netbsd.h index 4dcbc1274eb..19f6fdbc9cb 100644 --- a/sys/dev/ic/isp_netbsd.h +++ b/sys/dev/ic/isp_netbsd.h @@ -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> @@ -110,7 +110,7 @@ struct isposinfo { #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 |
