aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-07-04 18:51:06 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-07-04 18:51:06 +0000
commitf0f4c8ae4b98f143d6d5e460d1247336d14ffd33 (patch)
tree181e0e3ae0b314e46107f7efcb8c3b497a92c498 /sys/dev/isp/isp_target.h
parent1ee34f05ddf5e3d2d905d9b145cd54e75f88f426 (diff)
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.h')
-rw-r--r--sys/dev/isp/isp_target.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index c94bda8593ff..df55e1b77c77 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -430,6 +430,14 @@ typedef struct {
u_int16_t ct_scsi_status;
u_int32_t ct_xfrlen;
ispds_t ct_dataseg[ISP_RQDSEG_T2];
+ /*
+ * For CTIO3, an ispds64_t would go here, padded
+ * to the end of the request.
+ */
+ /*
+ * For CTIO4, an ispdlist_t would go here, padded
+ * to the end of the request.
+ */
} m0;
struct {
u_int16_t _reserved;