]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 221231,221450,222600:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 24 Jun 2011 16:06:50 +0000 (16:06 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 24 Jun 2011 16:06:50 +0000 (16:06 +0000)
commit73e9dfbe2d37a2b31930d4b441edaafd3160e3ef
tree29171b870dbdfe8f62eb96bf5d867aaa97aa299a
parent5a9b00fdec34b0d564ed77412c5e1efb18b39586
MFC 221231,221450,222600:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@223507 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man9/Makefile
share/man/man9/bus_adjust_resource.9 [new file with mode: 0644]
share/man/man9/bus_alloc_resource.9
share/man/man9/rman.9
sys/kern/bus_if.m
sys/kern/subr_bus.c
sys/sys/bus.h