Date: Fri, 24 Jun 2011 13:41:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/arm nexus.c src/sys/ia64/ia64 nexus.c src/sys/kern subr_rman.c src/sys/mips/mips mainbus.c nexus.c src/sys/mips/rmi pcibus.c xlr_pci.c src/sys/x86/x86 nexus.c Message-ID: <201106241342.p5ODgDDd009054@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-06-24 13:41:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/arm/arm nexus.c
sys/ia64/ia64 nexus.c
sys/kern subr_rman.c
sys/mips/mips mainbus.c nexus.c
sys/mips/rmi pcibus.c xlr_pci.c
sys/x86/x86 nexus.c
Log:
SVN rev 223500 on 2011-06-24 13:41:46Z by jhb
MFC 221218:
Change rman_manage_region() to actually honor the rm_start and rm_end
constraints on the rman and reject attempts to manage a region that is out
of range.
- Fix various places that set rm_end incorrectly (to ~0 or ~0u instead of
~0ul).
- To preserve existing behavior, change rman_init() to set rm_start and
rm_end to allow managing the full range (0 to ~0ul) if they are not set by
the caller when rman_init() is called.
Revision Changes Path
1.14.2.3 +2 -2 src/sys/arm/arm/nexus.c
1.21.2.5 +1 -1 src/sys/ia64/ia64/nexus.c
1.62.2.3 +4 -0 src/sys/kern/subr_rman.c
1.3.2.4 +1 -1 src/sys/mips/mips/mainbus.c
1.2.2.4 +1 -1 src/sys/mips/mips/nexus.c
1.3.2.3 +2 -2 src/sys/mips/rmi/pcibus.c
1.13.2.3 +2 -2 src/sys/mips/rmi/xlr_pci.c
1.5.2.5 +1 -1 src/sys/x86/x86/nexus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106241342.p5ODgDDd009054>
