svn commit: r189215 - in stable/7/sys: . cam contrib/pf dev/cxgb

Scott Long scottl at FreeBSD.org
Sat Feb 28 23:06:45 PST 2009


Author: scottl
Date: Sun Mar  1 07:06:44 2009
New Revision: 189215
URL: http://svn.freebsd.org/changeset/base/189215

Log:
  Merge 186396: Fix comment

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/cam/cam_sim.h
  stable/7/sys/cam/cam_xpt.c   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/cam/cam_sim.h
==============================================================================
--- stable/7/sys/cam/cam_sim.h	Sun Mar  1 07:03:35 2009	(r189214)
+++ stable/7/sys/cam/cam_sim.h	Sun Mar  1 07:06:44 2009	(r189215)
@@ -109,7 +109,7 @@ struct cam_sim {
 	struct cam_devq 	*devq;	/* Device Queue to use for this SIM */
 	int			refcount; /* References to the SIM. */
 
-	/* "Pool" of inactive ccbs managed by xpt_alloc_ccb and xpt_free_ccb */
+	/* "Pool" of inactive ccbs managed by xpt_get_ccb and xpt_release_ccb */
 	SLIST_HEAD(,ccb_hdr)	ccb_freeq;
 	/*
 	 * Maximum size of ccb pool.  Modified as devices are added/removed


More information about the svn-src-all mailing list