Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2011 18:41:21 +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/dev/fdt fdtbus.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 xlr_pci.c src/sys/x86/x86 nexus.c
Message-ID:  <201104291841.p3TIfbwT033243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-04-29 18:41:21 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          nexus.c 
    sys/dev/fdt          fdtbus.c 
    sys/ia64/ia64        nexus.c 
    sys/kern             subr_rman.c 
    sys/mips/mips        mainbus.c nexus.c 
    sys/mips/rmi         xlr_pci.c 
    sys/x86/x86          nexus.c 
  Log:
  SVN rev 221218 on 2011-04-29 18:41:21Z by jhb
  
  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.18      +2 -2      src/sys/arm/arm/nexus.c
  1.4       +1 -1      src/sys/dev/fdt/fdtbus.c
  1.29      +1 -1      src/sys/ia64/ia64/nexus.c
  1.64      +4 -0      src/sys/kern/subr_rman.c
  1.7       +1 -1      src/sys/mips/mips/mainbus.c
  1.8       +1 -1      src/sys/mips/mips/nexus.c
  1.16      +2 -2      src/sys/mips/rmi/xlr_pci.c
  1.7       +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?201104291841.p3TIfbwT033243>