summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/include/param.h
AgeCommit message (Collapse)Author
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
referenced since some sources include <machine/param.h>.
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-07-04don't mark delay as extern inline. it's defined normally in machdep.c.mrg
2011-03-18Include <mips/mips_param.h> after MACHINE is defined.tsutsui
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
2008-02-21Increase MSGBUFSIZE so that we don't truncate dmesg before syslogsekiya
starts.
2006-09-26Protect from multiple inclusion.tsutsui
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
new, and some apps compile things in C89 mode. C89 keywords stay. As per core@.
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
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-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.
2000-06-14Initial commit.soren