History log of /netbsd-src/sys/arch/macppc/include/param.h (Results 1 – 22 of 22)
Revision Date Author Comments
# b1b36fc1 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>.


# 416a4792 26-Apr-2018 macallan <macallan@NetBSD.org>

bump message buffer size


# d87a3970 23-Sep-2012 mrg <mrg@NetBSD.org>

increase powerpc NKMEMPAGES_MAX_DEFAULT to 256MB. remove the macppc
overrides that are now the same as the powerpc default.


# 4c23b30c 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


# 4b81ad3a 28-Jul-2011 macallan <macallan@NetBSD.org>

hiding PCI_MAGIC_IO_RANGE from userland is counter-productive


# 179b37ab 20-Jun-2011 matt <matt@NetBSD.org>

Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.
Only include <machine/cpu.h> in <powerpc/param.h> at the end.


# 12dbe7fb 28-Feb-2008 macallan <macallan@NetBSD.org>

move PCI_MAGIC_IO_RANGE to a header that's actually exported to userland


# 7eb34fdf 25-Dec-2007 macallan <macallan@NetBSD.org>

get rid of macppc's private pci_bus_dma_tag


# ddf0036d 24-Dec-2007 macallan <macallan@NetBSD.org>

#define __HAVE_PRIVATE_PCI_BUS_DMA_TAG


# a6d8d89a 14-Nov-2001 matt <matt@NetBSD.org>

Bump the default macppc MSGBUFSIZE to 12KB so we can get an entire
sequence of boot messages.


# 695e5e7a 06-Jun-2001 matt <matt@NetBSD.org>

Changes new pmap, common param.h, vmparam.h, and moved includes.


# 67afbd62 30-May-2001 mrg <mrg@NetBSD.org>

use _KERNEL_OPT


# d738f90f 30-Jun-2000 itojun <itojun@NetBSD.org>

raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory. MHLEN is too small
already (less than 80) and there are chances for unwanted packet loss due
to m_pullup restricti

raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory. MHLEN is too small
already (less than 80) and there are chances for unwanted packet loss due
to m_pullup restriction.
- for other cases, the change should avoid allocating clusters in most cases
(even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of
extension header)

portmasters: if your arch chokes with the change (high memory usage or
whatever), please backout the change for your arch.

show more ...


# 2aafd71e 13-Feb-2000 tsubai <tsubai@NetBSD.org>

Reduce NKMEMPAGES_MAX_DEFAULT.


# dded044f 11-Feb-2000 thorpej <thorpej@NetBSD.org>

Update for the NKMEMPAGES changes.


# 05132683 04-Dec-1999 ragge <ragge@NetBSD.org>

CL* discarding.


# 956c00aa 13-Oct-1999 tsubai <tsubai@NetBSD.org>

Change kernel segment base to 0xf00000. Some PM9500s won't boot with the
old value (0xfffff0).
XXX I don't know why...


# e9f1ccdc 18-Jul-1999 tsubai <tsubai@NetBSD.org>

Decrease default NKMEMCLUSTERS. (128MB -> 8MB)


# bb426487 12-Jan-1999 tsubai <tsubai@NetBSD.org>

Move MSGBUFSIZE from machdep.c to param.h
Use the last page for msgbuf instead of fixed MSGBUFADDR.


# a647a97b 03-Sep-1998 tsubai <tsubai@NetBSD.org>

Remove HTABENTS definition. (calculated automatically)


# 0acc329d 13-Aug-1998 tsubai <tsubai@NetBSD.org>

Remove ``#define ovbcopy bcopy''. This exists in sys/systm.h now.


# 2be6df07 15-May-1998 tsubai <tsubai@NetBSD.org>

Initial import of macppc port.