summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_ccb.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1999-05-23 18:57:29 +0000
committergibbs <gibbs@FreeBSD.org>1999-05-23 18:57:29 +0000
commit95e29ded40c1e5da157f4bc983a442810b674bec (patch)
treee4cff7168ef451efb7d01d7c99884da4a0fe3b08 /sys/cam/cam_ccb.h
parent9b2b6e4e609892474c1f1ff68c0f7707970bfd71 (diff)
downloadFreeBSD-src-95e29ded40c1e5da157f4bc983a442810b674bec.zip
FreeBSD-src-95e29ded40c1e5da157f4bc983a442810b674bec.tar.gz
Rely on the statistics in XPT_GDEV_STATS instead of the versions still
retained in XPT_GDEV_TYPE for binary compatibility. Mark the legacy structure values for removal when we bump the major CAM revision.
Diffstat (limited to 'sys/cam/cam_ccb.h')
-rw-r--r--sys/cam/cam_ccb.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h
index a45d62a..a86e8fb 100644
--- a/sys/cam/cam_ccb.h
+++ b/sys/cam/cam_ccb.h
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cam_ccb.h,v 1.5 1999/05/06 20:15:57 ken Exp $
+ * $Id: cam_ccb.h,v 1.6 1999/05/22 21:58:45 gibbs Exp $
*/
#ifndef _CAM_CAM_CCB_H
@@ -251,7 +251,7 @@ struct ccb_getdev {
/*
* GARBAGE COLLECT
* Moved to ccb_getdevstats but left here for binary compatibility.
- * Remove in next rev of CAM version.
+ * Remove during next bump in CAM major version.
*/
int dev_openings; /* Space left for more work on device*/
int dev_active; /* Transactions running on the device */
@@ -279,6 +279,11 @@ struct ccb_getdevstats {
* CCBs held by peripheral drivers
* for this device
*/
+ int maxtags; /*
+ * Boundary conditions for number of
+ * tagged operations
+ */
+ int mintags;
struct timeval last_reset; /* Time of last bus reset/loop init */
};
OpenPOWER on IntegriCloud