summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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 c94bda8..df55e1b 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;
OpenPOWER on IntegriCloud