NetBSD/sys/arch/algor
joerg d621e29eca Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.
2010-02-08 19:02:25 +00:00
..
algor Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
compile
conf Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
dev - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
include Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
isa Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pci Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook(). 2009-08-19 15:17:00 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00