From eb165bdc549eca595a2aab3b04f3419150801e37 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 28 Apr 2016 18:01:25 +0000 Subject: [PATCH] Document RF_PREFETCHABLE. --- share/man/man9/bus_alloc_resource.9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index b0f9139224b8..ccb711724a2b 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -154,6 +154,8 @@ The resource still needs to be activated with .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. -- 2.41.0