]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a rman_reserve_resource_bound() function that takes an additional
authorThomas Moestl <tmm@FreeBSD.org>
Fri, 21 Dec 2001 21:40:55 +0000 (21:40 +0000)
committerThomas Moestl <tmm@FreeBSD.org>
Fri, 21 Dec 2001 21:40:55 +0000 (21:40 +0000)
commit13fb6657723c1e9cb47bbd286942b432a4306b96
treefd3fd84eab4e6d6f24fe8e79f8ec19e5b3c7509a
parent70527a680b29196510e9ff06509d3fb6611a784b
Add a rman_reserve_resource_bound() function that takes an additional
argument specifying the boundary for the resource allocation.
Use ulmin()/ulmax() instead of min()/max() in some places to correctly
deal with the u_long resource range specifications.
sys/kern/subr_rman.c
sys/sys/rman.h