freebsd-dev/sys/dev/fdt
John Baldwin b67d11bbcc 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.
2011-04-29 18:41:21 +00:00
..
fdt_common.c Introduce macro FDT_MAP_IRQ to map from an interrupt controller and 2011-01-29 20:25:20 +00:00
fdt_common.h Eliminate FDT_IMMR_VA define. 2010-07-19 18:47:18 +00:00
fdt_pci.c Don't operate on the parent of the PCI node. It's the PCI node itself 2011-01-29 21:14:29 +00:00
fdt_powerpc.c Introduce PowerPC-specific helper routines for FDT. 2010-07-11 20:49:36 +00:00
fdt_static_dtb.S
fdtbus.c Change rman_manage_region() to actually honor the rm_start and rm_end 2011-04-29 18:41:21 +00:00
simplebus.c Let simplebus(4) diagnostics be a bit more descriptive. 2010-07-11 20:30:59 +00:00