aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-04-29 21:36:45 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-04-29 21:36:45 +0000
commit85ee63c9238483c787a12547328a6b1c196264db (patch)
treea10e3ccb13df7df7d9773ae454c4eab95b57171c /share/man/man9/Makefile
parent0abd21bdb8a4a8d0376d383d21fb02a217f1fd43 (diff)
downloadsrc-85ee63c9238483c787a12547328a6b1c196264db.tar.gz
src-85ee63c9238483c787a12547328a6b1c196264db.zip
Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a
wrapper around rman_adjust_resource(). Include a generic implementation, bus_generic_adjust_resource() which passes the request up to the parent bus. There is currently no default implementation. A bus_adjust_resource() wrapper is provided for use in drivers.
Notes
Notes: svn path=/head/; revision=221231
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 93814c650d87..8385c504de78 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -21,6 +21,7 @@ MAN= accept_filter.9 \
BUF_UNLOCK.9 \
bus_activate_resource.9 \
BUS_ADD_CHILD.9 \
+ bus_adjust_resource.9 \
bus_alloc_resource.9 \
BUS_BIND_INTR.9 \
bus_child_present.9 \