Date: Mon, 22 Dec 2008 16:58:47 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186396 - head/sys/cam Message-ID: <200812221658.mBMGwlPN066311@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scottl Date: Mon Dec 22 16:58:47 2008 New Revision: 186396 URL: http://svn.freebsd.org/changeset/base/186396 Log: Fix a comment to reflect what really happens. Modified: head/sys/cam/cam_sim.h Modified: head/sys/cam/cam_sim.h ============================================================================== --- head/sys/cam/cam_sim.h Mon Dec 22 15:34:06 2008 (r186395) +++ head/sys/cam/cam_sim.h Mon Dec 22 16:58:47 2008 (r186396) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812221658.mBMGwlPN066311>