NetBSD/sys/arch/sparc
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
..
compile
conf Add apc(4), a driver for the Aurora Personality Chip (APC) found 2010-01-15 20:57:12 +00:00
dev Make sure to set ZS_HWFLAG_USE_CONSDEV and zs_consdev into zsc_args 2010-01-17 16:23:43 +00:00
fpu Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 2009-11-21 04:16:51 +00:00
include Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
sparc Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
stand Properly close the firmware handle before starting the kernel. 2010-01-27 22:18:37 +00:00
Makefile