History log of /netbsd-src/sys/arch/ofppc/include/param.h (Results 1 – 13 of 13)
Revision Date Author Comments
# b6022073 28-Jul-2011 macallan <macallan@NetBSD.org>

userland needs to see PCI_MAGIC_IO_RANGE


# 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.


# d40e0abd 07-Mar-2008 phx <phx@NetBSD.org>

Define PCI_MAGIC_IO_RANGE for X11 server. The address chosen may change.
Approved by garbled.


# b3a54fcf 20-Oct-2001 billc <billc@NetBSD.org>

just set MACHINE and include powerpc/param.h - non-NEWPMAP ofppc kernels boot now.


# 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 ...


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

Update for the NKMEMPAGES changes.


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

CL* discarding.


# 0bbf57d7 01-Sep-1998 sakamoto <sakamoto@NetBSD.org>

Eliminate ovbcopy define.


# 9c11ca3d 28-May-1998 sakamoto <sakamoto@NetBSD.org>

Rename NetBSD/powerpc to NetBSD/ofppc.
New sys/arch/powerpc with PowerPC-generic stuff.


# 1686aca0 29-Apr-1998 thorpej <thorpej@NetBSD.org>

Pull in opt_gateway.h as appropriate.


# 115b6d92 24-Feb-1997 fvdl <fvdl@NetBSD.org>

Define ALIGNED_POINTER


# 5804d3f6 30-Sep-1996 ws <ws@NetBSD.org>

PowerPC port