diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-04 03:43:03 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-04 03:43:03 +0000 |
| commit | 79e2d3b5b3383eb3d6b6c8888f132b3cad5deea6 (patch) | |
| tree | 72c7af5e827a20b96d31b43cc0c42c001eb29649 | |
| parent | 31adfa66a3a8f66b5b988928e9e4e1e34a25ce5d (diff) | |
Notes
| -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 f1583d313332..b7b27c7d6955 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 *)); |
