History log of /netbsd/sys/arch/sun2/include/param.h (Results 1 – 16 of 16)
Revision Date Author Comments
# 11b00c74 31-May-2021 simonb <simonb@NetBSD.org>

Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is
referenced since some sources include <machine/param.h>.


# 301e2e67 11-Aug-2012 tsutsui <tsutsui@NetBSD.org>

Poor sun2 has only 14MB KVA space so reduce NKMEMPAGES_MIN_DEFAULT and
NKMEMPAGES_MAX_DEFAULT values accordingly.

XXX: netbsd-6 GENERIC still gets "panic: pool_get: kmem-4096: page empty"


# 76bf93e7 10-Feb-2012 para <para@NetBSD.org>

proper sizing of kmem_arena on different ports

PR port-i386/45946: Kernel locks up in VMEM system


# 8ac3875a 08-Feb-2011 rmind <rmind@NetBSD.org>

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as the

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

show more ...


# d621e29e 08-Feb-2010 joerg <joerg@NetBSD.org>

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

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.

show more ...


# 73bba0e6 11-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSG, and SEGOFFSET from <machine/param.h>
to <machine/pmap.h> where they should belong
- don't use m68k_round_seg()

Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSG, and SEGOFFSET from <machine/param.h>
to <machine/pmap.h> where they should belong
- don't use m68k_round_seg() and m68k_trunc_seg() in sun2 pmap sources
and instead define and use sun2_round_seg() and sun2_trunc_seg()
since they are quite pmap implementation dependent

show more ...


# b94f79f0 02-Jul-2008 ad <ad@NetBSD.org>

Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.


# ecde337f 16-Mar-2007 tsutsui <tsutsui@NetBSD.org>

Bump MAXBSIZE to 0x4000 because 16KB could be used by default
on newfs(8) in these days and we'll get "buf mem pool index 5" panic
in sys/kern/vfs_bio.c.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# fa924b7b 23-Jan-2005 chs <chs@NetBSD.org>

move spl*() and IPL_* definitions from psl.h to intr.h.


# 10b1a7be 22-Jan-2005 chs <chs@NetBSD.org>

de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.


# 654720aa 30-Oct-2003 mycroft <mycroft@NetBSD.org>

Set MAXPHYS to 0xe000.
XXX This really is the wrong way to do this.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# c5feae5d 14-May-2001 fredette <fredette@NetBSD.org>

Now always define PGSHIFT. Thanks to the ELF move, note the new
larger msgbuf size and different KERNBASE.


# 0cb40c91 10-Apr-2001 fredette <fredette@NetBSD.org>

Define a very small UBC_NWINS to keep UBC from eating all kernel VM.


# 22a64b5a 29-Mar-2001 fredette <fredette@NetBSD.org>

Added.