summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_target.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-04-21 18:30:01 +0000
committermjacob <mjacob@FreeBSD.org>2006-04-21 18:30:01 +0000
commit7fe1ec42ecb4af74f86aa2ab365fcc04205ebcce (patch)
treed3b3f19e96f6129f2561de62e8c2131359d8ae0e /sys/dev/isp/isp_target.h
parent50753086acb394e1e208593acf703491bcb2f693 (diff)
downloadFreeBSD-src-7fe1ec42ecb4af74f86aa2ab365fcc04205ebcce.zip
FreeBSD-src-7fe1ec42ecb4af74f86aa2ab365fcc04205ebcce.tar.gz
Some more gratuitous format and name changes.
Pull in some target mode changes from a private branch. Pull in some more RELENG_4 compilation changes. A lot of lines changed, but not much content change yet.
Diffstat (limited to 'sys/dev/isp/isp_target.h')
-rw-r--r--sys/dev/isp/isp_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index 38d73c2..67637ea 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -388,8 +388,8 @@ typedef struct {
#define FC_GET_INST AT2_GET_INST
#define FC_GET_HANDLE AT2_GET_HANDLE
-#define IN_FC_MAKE_TAGID(tid, inst, inp) \
- tid = inp->in_seqid; \
+#define IN_FC_MAKE_TAGID(tid, inst, seqid) \
+ tid = seqid; \
tid |= (inst << 16)
#define FC_TAG_INSERT_INST(tid, inst) \
@@ -667,7 +667,7 @@ void isp_notify_ack(ispsoftc_t *, void *);
* (softc, cmd, bus, tgt, lun, cmd_cnt, inotify_cnt, opaque)
*/
#define DFLT_CMND_CNT 0xfe /* unmonitored */
-#define DFLT_INOT_CNT 16
+#define DFLT_INOT_CNT 0xfe /* unmonitored */
int isp_lun_cmd(ispsoftc_t *, int, int, int, int, int, int, uint32_t);
/*
OpenPOWER on IntegriCloud