summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/param.h
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-26Make common macros like every other port. Now newfs_lfs builds again.matt
2002-04-21Cast some args to unsigned long (used with pointers).ragge
2002-03-24Limit the KVA used for pipe loaned memory to 64KB, vax doesn't have toojdolecek
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2001-07-27Set MAXPHYS to 64k instead of 63k.ragge
2001-05-30use _KERNEL_OPTmrg
2000-11-15Convert some spaces to tabs.matt
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-02Move spl macros from <machine/param.h> to <machine/intr.h>matt
2000-03-07add real vmapbuf/vunmapbuf routines. needed for VS4000 SCSI support.matt
2000-02-11Update for the NKMEMPAGES changes.thorpej
1999-12-12CL* discarding.ragge
1999-10-22Remove the vmapbuf()/vunmapbuf() routines. They are quite unneccessaryragge
1999-08-05Implement priority raising, and use it as appropriate.thorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1999-05-02EEEK! The signal changes a while ago caused the user struct to beragge
1999-01-19Allocate (almost) all interrupt vectors dynamically. Simplifies muchragge
1999-01-01Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This changeragge
1998-11-29the btoc/ctob/btop macros must use CLBYTES, not NBPG. How this shouldragge
1998-08-25Kernel stach should be 4K, not 32K. Increase MCLSHIFT to 11.ragge
1998-08-21VAX logical page size increased to 4k.ragge
1998-06-20Expand kmem map.ragge
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1997-11-05asm -> __asm__thorpej
1997-11-02Major rewriting, optimization and simplifying of the pmap code:ragge
1997-10-19MSGBUFSIZE must be in CLBYTES, not NBPG. Also expand it to 4 * CLBYTES.ragge
1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo
1997-08-05delay() must be protected by #ifdef _KERNEL.ragge
1997-02-24Define ALIGNED_POINTERfvdl
1997-01-11#define MAXBSIZE to some nice value.ragge
1996-07-20Numerous changes to be able to put Bertram Barth's VAXstation support in.ragge
1996-07-10Add spl4 - spl7 macros, easy to use when playing with buses.ragge
1996-03-04add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,cgd
1996-03-02Changes due to 11/780 support. Raise splimp() to BR7.ragge
1996-03-01Clean up tabbing/spacing in defns of MACHINE, MACHINE_ARCH, and MID_MACHINE.cgd
1996-02-11Prototype for delay().ragge
1996-02-02Fix #includes.mycroft
1995-12-30An '&' missing in splx macro; causing that sometimes didn'tragge
1995-12-04Added earlier forgotten MACHINE_ARCH, pointed out by Arne Henrik Juul.ragge
1995-08-13Fix comment on splnet().mycroft
1995-08-13Replace splnet() with splsoftnet(). Add splnet().mycroft
1995-06-26clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), andcgd
1995-06-16DDB support. splddb() and trapcode for ddb.ragge
1995-05-03mtpr support for 11/780 added. DELAY added. mcount() corrected.ragge
1995-03-30Some bug fixes & update of pcb.ragge
1995-03-18don't be so quick to cast macro arguments to unsigned; if thecgd
1995-02-13Lots of fixes...ragge
1994-11-25Lots of updates & fixes.ragge
1994-10-26new RCS ID format.cgd