summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-01-04 03:43:03 +0000
committermjacob <mjacob@FreeBSD.org>2000-01-04 03:43:03 +0000
commit2fabb47dbda73382d124bb76b30cd353dba73514 (patch)
tree6036dab3abe54c2d23c95c8586693adf5177c14c
parent6c20e77592baf6b91abbd0521be78eb014b5b483 (diff)
downloadFreeBSD-src-2fabb47dbda73382d124bb76b30cd353dba73514.zip
FreeBSD-src-2fabb47dbda73382d124bb76b30cd353dba73514.tar.gz
set default target mode debug to 0
-rw-r--r--sys/dev/isp/isp_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index f1583d3..b7b27c7 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -49,7 +49,7 @@
#endif
#ifdef ISP_TARGET_MODE
-int isp_tdebug = 1;
+int isp_tdebug = 0;
static void isp_got_msg __P((struct ispsoftc *, int, in_entry_t *));
static void isp_got_msg_fc __P((struct ispsoftc *, int, in_fcentry_t *));
OpenPOWER on IntegriCloud