Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 18:01:25 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298751 - head/share/man/man9
Message-ID:  <201604281801.u3SI1P2Y021434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604281801.u3SI1P2Y021434>