freebsd-dev/share/man
John Baldwin bb82622c3e Extend the rman(9) API to support altering an existing resource.
Specifically, these changes allow a resource to back a relocatable and
resizable resource such as the I/O window decoders in PCI-PCI bridges.
- rman_adjust_resource() can adjust the start and end address of an
  existing resource.  It only succeeds if the newly requested address
  space is already free.  It also supports shrinking a resource in
  which case the freed space will be marked unallocated in the rman.
- rman_first_free_region() and rman_last_free_region() return the
  start and end addresses for the first or last unallocated region in
  an rman, respectively.  This can be used to determine by how much
  the resource backing an rman must be adjusted to accomodate an
  allocation request that does not fit into the existing rman.

While here, document the rm_start and rm_end fields in struct rman,
rman_is_region_manager(), the bound argument to
rman_reserve_resource_bound(), and rman_init_from_resource().
2011-04-29 20:05:19 +00:00
..
man1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
man3 - Fix typo 2011-02-24 10:21:26 +00:00
man4 Exar driver for X3100 10GbE Server/Storage adapters 2011-04-28 14:33:15 +00:00
man5 Update man pages related to the change in default NFS client 2011-04-28 00:20:35 +00:00
man6
man7 Update some terminology: floppies are no longer built, and FreeBSD is not 2011-04-12 12:57:46 +00:00
man8 Move the sticky manual from section 8 to section 2011-02-24 13:03:47 +00:00
man9 Extend the rman(9) API to support altering an existing resource. 2011-04-29 20:05:19 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00