diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-04-28 18:01:25 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-04-28 18:01:25 +0000 |
commit | 9a1be350ead832b290461efcf3ce3f03a4b848cd (patch) | |
tree | 7ee38b59bdb8aea7a5e4cf3b522040129b2b03fa /share/man | |
parent | a08b636a9d3152f429d776876ff369f00bea3161 (diff) |
Document RF_PREFETCHABLE.
Notes
Notes:
svn path=/head/; revision=298751
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/bus_alloc_resource.9 | 2 |
1 files changed, 2 insertions, 0 deletions
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. |