]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add another command characteristic flag for commands that are queued
authorgibbs <gibbs@FreeBSD.org>
Mon, 16 Aug 1999 22:14:47 +0000 (22:14 +0000)
committergibbs <gibbs@FreeBSD.org>
Mon, 16 Aug 1999 22:14:47 +0000 (22:14 +0000)
commit0d50de05e5d17ff2c8d71834059396c7d342a8a1
treeb6b66213f474d8ff8e80d9a53cc4e416e63190bc
parentcbf4240acfde6c9a80ab249cbdd78666b8fbc7e5
Add another command characteristic flag for commands that are queued
on physical devices as oposed to just in the XPT.  This is used to
mark XPT_SCSI_IO, XPT_RESET_DEV, XPT_ENG_EXEC, XPT_TARGET_IO, and
XPT_CONT_TARGET_IO function codes.

Change tag_id and init_id to be u_int from u_int8_t.  Some topologies
supported by CAM support much larger ID and tag ID address spaces
than parallel SCSI.

Kill some unused fields in the IMMED_NOTIFY ccb type.
sys/cam/cam_ccb.h