diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-01-04 03:43:03 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-01-04 03:43:03 +0000 |
commit | 2fabb47dbda73382d124bb76b30cd353dba73514 (patch) | |
tree | 6036dab3abe54c2d23c95c8586693adf5177c14c /sys/dev/isp/isp_target.c | |
parent | 6c20e77592baf6b91abbd0521be78eb014b5b483 (diff) | |
download | FreeBSD-src-2fabb47dbda73382d124bb76b30cd353dba73514.zip FreeBSD-src-2fabb47dbda73382d124bb76b30cd353dba73514.tar.gz |
set default target mode debug to 0
Diffstat (limited to 'sys/dev/isp/isp_target.c')
-rw-r--r-- | sys/dev/isp/isp_target.c | 2 |
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 *)); |