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

more PCI_MAGIC_IO_RANGE fixes


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


# 299d82b7 12-Jul-2010 kiyohara <kiyohara@NetBSD.org>

Support xserver for prep.
It tested only s3(864).


# 31794a54 17-Jun-2001 nonaka <nonaka@NetBSD.org>

NEWPMAP


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


# 37eb9eeb 29-Feb-2000 nonaka <nonaka@NetBSD.org>

Initial import prep port.