summaryrefslogtreecommitdiff
path: root/sys/dev/atapiscsi
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1999-10-06 04:57:33 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1999-10-06 04:57:33 +0000
commit4f3193994ca66417519e34df846f044ecd9bbf14 (patch)
treee035526f2743d0c5924a77b612e376a8c66c6f26 /sys/dev/atapiscsi
parent63ef4b0f7a3a67514f166b49fdb22d34379efbd8 (diff)
Turn of debugging diagnostics
Diffstat (limited to 'sys/dev/atapiscsi')
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index caa931caacb..9e36f70a3a9 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.12 1999/10/06 04:56:23 csapuntz Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.13 1999/10/06 04:57:32 csapuntz Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -87,7 +87,7 @@
#define DEBUG_ERRORS 0x80 /* Debug error handling code */
#ifdef WDCDEBUG
-int wdcdebug_atapi_mask = DEBUG_ERRORS;
+int wdcdebug_atapi_mask = 0;
#define WDCDEBUG_PRINT(args, level) \
if (wdcdebug_atapi_mask & (level)) \
printf args