Add a microcomment about how you'd use ispds64_t or ispdlist_t

for CTIO3/CTIO4 entries.
This commit is contained in:
Matt Jacob 2001-07-04 18:51:06 +00:00
parent 1ee34f05dd
commit f0f4c8ae4b

View File

@ -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;