summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rman.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2007-04-28 07:37:49 +0000
committerjmg <jmg@FreeBSD.org>2007-04-28 07:37:49 +0000
commiteac96af0bf6b669bb2644f8fa166b8acb6a58c53 (patch)
treecb0f33081355405cc3be2966218c2580d0dbbc59 /sys/kern/subr_rman.c
parentad4f22d823820394750e39308b7feeecb33b34dd (diff)
downloadFreeBSD-src-eac96af0bf6b669bb2644f8fa166b8acb6a58c53.zip
FreeBSD-src-eac96af0bf6b669bb2644f8fa166b8acb6a58c53.tar.gz
Complete removal of restriction about overlaps to rman_manage_region:
remove comment and man page verbage... Document return values for rman_init and rman_manage_region.. MFC after: 1 week
Diffstat (limited to 'sys/kern/subr_rman.c')
-rw-r--r--sys/kern/subr_rman.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index becf47e..cdac3ef 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -155,10 +155,6 @@ rman_init(struct rman *rm)
return 0;
}
-/*
- * NB: this interface is not robust against programming errors which
- * add multiple copies of the same region.
- */
int
rman_manage_region(struct rman *rm, u_long start, u_long end)
{
OpenPOWER on IntegriCloud