summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include/param.h
AgeCommit message (Collapse)Author
2001-06-14Same fix as miod did for sun3/vax, but for amiga too.Janne Johansson
Need more includes for netinet-stuff to work.
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
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1997-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-01-16Sync to NetBSD 970110Niklas Hallqvist
1996-05-04Include psl.h to get spl* funcsNiklas Hallqvist
1996-05-02Sync with NetBSD 9600430. The port has gone over a major -Wall treatNiklas Hallqvist
1996-03-30From NetBSD: merge of 960317Niklas Hallqvist
1996-03-24The delay functions takes unsigned arguments.Niklas Hallqvist
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h...
1996-01-31from netbsd: remove MAXPARTITIONSNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt