summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/include/param.h
AgeCommit message (Collapse)Author
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
date: 2000/02/11 19:22:52; author: thorpej; Add some very simple code to auto-size the kmem_map. We take the amount of physical memory, divide it by 4, and then allow machine dependent code to place upper and lower bounds on the size. Export the computed value to userspace via the new "vm.nkmempages" sysctl. NKMEMCLUSTERS is now deprecated and will generate an error if you attempt to use it. The new option, should you choose to use it, is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and NKMEMPAGES_MAX allow the user to configure the bounds in the kernel config file.
2001-09-02Convert mvmeppc to use common powerpc parts.Miod Vallat
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-06-26Initial import of mvmeppc.Steve Murphree