summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/param.h
AgeCommit message (Expand)Author
2005-11-27Hide a few things from _LOCORE.Miod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-01-19``3 pages of u-area ought to be enough for everybody''Miod Vallat
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
2003-10-08delay() is actually a void function.Miod Vallat
2003-08-10No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessaryMiod Vallat
2003-08-01Do not use hardcoded values for constants which are in fact computed from otherMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-09-28More cleaning, some style changes.Miod Vallat
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-07Include <machine/cpu.h> for non-locore code.Miod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
2001-01-14Complete move to UVM virtual memory system. More header fixes.Steve Murphree
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-09-27Adding support for MVME188 and MVME197Steve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree
1999-02-09Added kernel support for user debugging. Fixed file ID'sSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-08-18add mvme88k_btop() and mvme88k_ptob() macros for consistency with other portsTodd C. Miller
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale S. Rahn
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1995-10-18initial 88k import; code by nivas and based on mach luna88kTheo de Raadt