Widen width of tag && initiator ids to u_int

(from u_int8_t) in ccb_accept_tio structure. This
matches usage elsewhere and also allows me to
overload the tag id with the RX_ID for fibre
channel target mode.
Reviewed by:	gibbs@freebsd.org
This commit is contained in:
Matt Jacob 2000-01-03 08:54:51 +00:00
parent 7bede784af
commit 2759b3c7c4

View File

@ -580,8 +580,8 @@ struct ccb_accept_tio {
cdb_t cdb_io; /* Union for CDB bytes/pointer */
u_int8_t cdb_len; /* Number of bytes for the CDB */
u_int8_t tag_action; /* What to do for tag queueing */
u_int8_t tag_id; /* tag id from initator (target mode) */
u_int8_t init_id; /* initiator id of who selected */
u_int tag_id; /* tag id from initator (target mode) */
u_int init_id; /* initiator id of who selected */
};
/* Release SIM Queue */