Date: Fri, 21 Dec 2001 13:40:55 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c Message-ID: <200112212140.fBLLetl77179@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2001/12/21 13:40:55 PST Modified files: sys/sys rman.h sys/kern subr_rman.c Log: 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. Revision Changes Path 1.23 +35 -11 src/sys/kern/subr_rman.c 1.17 +4 -1 src/sys/sys/rman.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112212140.fBLLetl77179>