From 9a1be350ead832b290461efcf3ce3f03a4b848cd Mon Sep 17 00:00:00 2001 From: John Baldwin <jhb@FreeBSD.org> Date: Thu, 28 Apr 2016 18:01:25 +0000 Subject: Document RF_PREFETCHABLE. --- share/man/man9/bus_alloc_resource.9 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/man') 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. -- cgit v1.2.3