svn commit: r298751 - head/share/man/man9

John Baldwin jhb at FreeBSD.org
Thu Apr 28 18:01:26 UTC 2016


Author: jhb
Date: Thu Apr 28 18:01:25 2016
New Revision: 298751
URL: https://svnweb.freebsd.org/changeset/base/298751

Log:
  Document RF_PREFETCHABLE.

Modified:
  head/share/man/man9/bus_alloc_resource.9

Modified: head/share/man/man9/bus_alloc_resource.9
==============================================================================
--- head/share/man/man9/bus_alloc_resource.9	Thu Apr 28 17:57:17 2016	(r298750)
+++ head/share/man/man9/bus_alloc_resource.9	Thu Apr 28 18:01:25 2016	(r298751)
@@ -154,6 +154,8 @@ The resource still needs to be activated
 .Xr bus_activate_resource 9 .
 .It Dv RF_ACTIVE
 activate resource atomically.
+.It Dv RF_PREFETCHABLE
+resource is prefetchable.
 .It Dv RF_SHAREABLE
 resource permits contemporaneous sharing.
 It should always be set unless you know that the resource cannot be shared.


More information about the svn-src-head mailing list