summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh3/include/param.h
AgeCommit message (Collapse)Author
2005-12-11merge ktrace-lwp.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2002-03-10common part are moved to sh3/include/param.huch
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS are defined. Remove old VM constants from cesfic port. Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
2001-01-04split MACHINE_ARCH sh3e[lb]. userland build still needs checking.itojun
2001-01-03share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures.itojun
cleanup param.h a bit.
2000-06-30raise MSIZE from 128 to 256.itojun
- 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.
2000-02-24variable start address of the main memory (now we can usemsaitoh
the area 2 as main memory with "options IOM_RAM_BEGIN=0x88000000")
2000-02-11Update for the NKMEMPAGES changes.thorpej
1999-12-04CL* discarding.ragge
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf) Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).