summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp_target.h
diff options
context:
space:
mode:
authormjacob <mjacob@cvs.openbsd.org>2002-08-17 17:42:05 +0000
committermjacob <mjacob@cvs.openbsd.org>2002-08-17 17:42:05 +0000
commit03c44894c7d6a4ccd2ce8cb708129a21d6e7d3f2 (patch)
tree9b33277b2ea15c3d7e22ac132c3ad0179d986bda /sys/dev/ic/isp_target.h
parent4acec7da8145fe418698a1b8dbcbecc4bf536d32 (diff)
Set default command count to 'unmonitored'. Set inotify to 16.
Diffstat (limited to 'sys/dev/ic/isp_target.h')
-rw-r--r--sys/dev/ic/isp_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/isp_target.h b/sys/dev/ic/isp_target.h
index 6f1a74f7e7f..ba571eb52a3 100644
--- a/sys/dev/ic/isp_target.h
+++ b/sys/dev/ic/isp_target.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_target.h,v 1.10 2002/05/17 01:33:50 mjacob Exp $ */
+/* $OpenBSD: isp_target.h,v 1.11 2002/08/17 17:42:04 mjacob Exp $ */
/* @(#)isp_target.h 1.3 */
/*
@@ -525,8 +525,8 @@ int isp_target_notify(struct ispsoftc *, void *, u_int16_t *);
* Enable/Disable/Modify a logical unit.
* (softc, cmd, bus, tgt, lun, cmd_cnt, inotify_cnt, opaque)
*/
-#define DFLT_CMND_CNT 32
-#define DFLT_INOT_CNT 4
+#define DFLT_CMND_CNT 0xfe /* unmonitored */
+#define DFLT_INOT_CNT 16
int isp_lun_cmd(struct ispsoftc *, int, int, int, int, int, int, u_int32_t);
/*