Date: Tue, 24 Aug 2004 23:09:58 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 bus_dma.9 Message-ID: <200408242309.i7ON9wJ3039160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-08-24 23:09:57 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Clarify what the lockfunc is used for. When it will be called and when it won't be called. The old wording was correct, but not sufficiently specific to understand when and how it would be called. The new wording describes the current implementation's usage (which should be updated if other appropriate times are decided upon), specifically that it is called only when the load operation is deferred to keep the locking state consistent. When the operation isn't deferred, the calling routine is assumed to have a coherent locking world. Reviewed by: scottl Revision Changes Path 1.17 +8 -0 src/share/man/man9/bus_dma.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408242309.i7ON9wJ3039160>