summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips/include/param.h
AgeCommit message (Collapse)Author
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
also move BLKDEV_IOSIZE, MAXPHYS, but allow override since some ports have different value (powerpc uses NBPG for BLKDEV_IOSIZE, sun2/sun3 have lower MAXPHYS)
2011-03-18- include <mips/mips_param.h> after MACHINE is definedtsutsui
- remove redundant comment
2011-03-06Now that MACHINE is defined in user-land in eitherhe
mips/include/mips_param.h or powerpc/include/param.h, stop trying to re-define it in the port-specific param.h files when _KERNEL isn't defined.
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
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@.
2009-12-14Merge from matt-nb5-mips64matt
Merge mips-specific arch files.
2009-08-13Move MID_MACHINE to <mips/mips_param.h> and use local values so we don'tmatt
need to include exec_aout.h
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
2007-07-17Patterned after sgimips, move include of <machine/intr.h> to only be donehe
when _KERNEL is defined and _LOCORE isn't. Fixes build problem in the extent regression test.
2006-09-26Protect from multiple inclusion.tsutsui
2006-08-27Replace DELAY(9) macro with inline version which uses an asm statementtsutsui
otherwise gcc4 will omit it completely on optimization. XXX: some other mips ports have the same problem.
2005-12-11merge ktrace-lwp.christos
2005-02-06- remove __P()tsutsui
- use do{}while(0) and remove register decl for DELAY() macro
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-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-05-30use _KERNEL_OPTmrg
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.
1999-12-04CL* discarding.ragge
1999-02-09Split the "mips" MACHINE_ARCH for 1.4. newsmips is "mipseb"; pmax istv
"mipsel".
1998-08-26Add MD DELAY and spl routines to fit Nisimura's change.tsubai
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1998-03-04Rename NetBSD/news to NetBSD/newsmips.thorpej
1998-02-18Initial import of NetBSD/news.tsubai