NetBSD/sys/arch/sun3/sun3x
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
..
bus_subr.c Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
clock.c Fix language. 2010-01-28 14:05:03 +00:00
dvma.c Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 2009-11-21 04:16:51 +00:00
enable.c
enable.h
genassym.cf Rename L_ADDR to L_PCB and amend some comments accordingly. 2009-12-10 05:10:00 +00:00
idprom.c
iommu.c
iommu.h
locore2.c Cast a vaddr_t to void* before passing to memset, so that this builds again. 2009-11-30 16:09:14 +00:00
locore.s Rename L_ADDR to L_PCB and amend some comments accordingly. 2009-12-10 05:10:00 +00:00
machdep.c Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
mem.c
obio.c
obio.h
obmem.h
pmap_pvt.h
pmap.c Kill proc0paddr. Use lwp0.l_addr instead. 2009-11-26 00:19:11 +00:00
vme.c
vme.h