NetBSD/sys/arch/hpcmips
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 Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
dev bzero -> memset 2009-03-18 16:00:08 +00:00
hpcmips Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
include Move arch-local variable to a better namespace to make build again. 2010-01-21 01:23:14 +00:00
isa isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:11:22 +00:00
stand kill extra whitespaces 2009-10-26 19:16:54 +00:00
tx Move arch-local variable to a better namespace to make build again. 2010-01-21 01:23:14 +00:00
vr Move arch-local variable to a better namespace to make build again. 2010-01-21 01:23:14 +00:00
Makefile
TODO