summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/param.h
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2001-05-30use _KERNEL_OPTmrg
2000-06-09Only include <machine/intr.h> if _KERNEL. Noted by enami tsugutomo.thorpej
2000-06-09make spl0() and spllowersoftclock() return void. Also, move spl0()cgd
2000-06-08And more ANSI'ification!thorpej
2000-02-11Update for the NKMEMPAGES changes.thorpej
1999-12-04CL* discarding.ragge
1998-11-19Stop including <machine/alpha_cpu.h>; we already export <machine/cpu.h>.ross
1998-08-14vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tthorpej
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1998-03-12Garbage-collect a bunch of constants that were inherited, but are nothorpej
1998-02-10Bump KNMEMCLUSTERS slightly, and make it more obvious how to tune itthorpej
1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo
1997-05-15Allow MAXPHYS to be specified as a config file option.mjacob
1997-04-06clean up NetBSD RCS ID stringscgd
1997-02-27Protect MCLSHIFT definition so users can customize MCLBYTES.jonathan
1997-02-24Define ALIGNED_POINTERfvdl
1996-11-13compile cleanly with:cgd
1996-10-25prototype alpha_XXX_dmamap(), the alpha DMA mapping hack.cgd
1996-07-09various cleanup, move setsoft* and spl* into intr.h.cgd
1996-03-04add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,cgd
1996-02-01LOCORE -> _LOCOREmycroft
1995-12-20move DELAY's functionality into delay()cgd
1995-11-23wholesale update from my NetBSD/Alpha source tree. Includes:cgd
1995-08-13Add splsoftnet().mycroft
1995-08-03bump NKMEMCLUSTERS up to 4M (increase of 4x)cgd
1995-06-28kill user-land DELAY macro, as suggested by gwr.cgd
1995-06-26clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), andcgd
1995-03-28KERNEL -> _KERNELjtc
1995-03-24remove support for double-mapping the user area/kernel stackcgd
1995-03-18don't be so quick to cast macro arguments to unsigned; if thecgd
1995-02-13preliminary Alpha support. note that NOT ALL OF THE MODIFICATIONS TOcgd