summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-07-04 18:51:06 +0000
committermjacob <mjacob@FreeBSD.org>2001-07-04 18:51:06 +0000
commit73ae9f3f2c91ea18c4594ef99da7be263de2a8a5 (patch)
tree181e0e3ae0b314e46107f7efcb8c3b497a92c498 /sys
parente5ce58fd6c9c3a1fb6c6c6d68c90636755f9bf9c (diff)
downloadFreeBSD-src-73ae9f3f2c91ea18c4594ef99da7be263de2a8a5.zip
FreeBSD-src-73ae9f3f2c91ea18c4594ef99da7be263de2a8a5.tar.gz
Add a microcomment about how you'd use ispds64_t or ispdlist_t
for CTIO3/CTIO4 entries.
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