summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/param.h
AgeCommit message (Expand)Author
2003-12-12If compiling for JavaStations, modify kernal VA layout to not conflictmartin
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-11Always include (new) cpuconf.h.jdc
2003-04-09Move CPU configuration predicates to <machine/cpuconf.h>.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-17Add a macro to test if the system uses the SRMMU (Sun4M || Sun4D).thorpej
2002-07-17Handle the CPU_NTYPES == 0 case (as we would see in bootblocks)thorpej
2002-07-17Add a CPU_ISSUN4D predicate.thorpej
2002-07-17Instead of using a matrix of configured CPU types, first countthorpej
2002-07-17Remote CPU_ISSUN4OR4C and CPU_ISSUN4COR4M, and instead express themthorpej
2002-07-17Add CPU_SUN4D.thorpej
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2001-12-11microSPARC-IIep is a sun4m but with an integrated PCI controller.uwe
2001-12-04defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4Udarrenr
2001-05-30use _KERNEL_OPTmrg
2001-05-10* reserve NBPG et.al. for kernel usage only.pk
2001-03-01Drop MSGBUFSIZE; we don't use it and it can't currently be configuredpk
2000-06-30raise MSIZE from 128 to 256.itojun
2000-05-22add two new CPU_ISXXX versions: CPU_ISSUN4U, CPU_ISSUN4MOR4Umrg
2000-02-11Update for the NKMEMPAGES changes.thorpej
2000-01-26Don't explode when we've got a lot of RAM. Limit our space for bufferscjs
1999-12-04CL* discarding.ragge
1999-11-27minor cosmetic merges; long way to go here.mrg
1999-05-03move PROM_LOADADDR from promlib.h to param.h and remove its cast.christos
1999-02-14Adjust to functionality and changes introduced with <machine/promlib.h>pk
1999-02-01add CPU_SUN4U, to make libkvm compile.mrg
1998-08-23Nuke phys_map & old dvmamap.pk
1998-08-21Convert to [pv]addr_t & [pv]size_t.pk
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1997-09-23Move KERNBASE to 0xf0000000.pk
1997-09-23MSGBUFSIZE needs no obscure adjustment; initmsgbuf() takes care of that.pk
1997-09-20Correct for the extra member in 'struct kern_msgbuf' when calculatingleo
1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo
1997-03-10Remove `cpumod' and `mmumod' and several related constants.pk
1997-02-24Define ALIGNED_POINTERfvdl
1996-10-22If no specific kernel architecture is requested, define the CPU_* andpk
1996-10-20Regroup the definitions of NBPG, PGOFSET and PGSHIFT into the section thatpk
1996-08-28re-order to allow NBPG/PGSHIFT/PGOFSET to work always.mrg
1996-05-15remove some RCS id's we don't need.mrg
1996-03-31Add sun4m CPU/MMU identifications.pk
1996-03-04add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,cgd
1996-02-22An #ifndef _LOCORE to make this file safe to include in locore.s.pk
1996-02-16delay() prototype.pk
1996-02-01LOCORE -> _LOCOREmycroft
1995-12-11Prototype dvma helper functions `dvma_malloc()/dvma_free()'pk
1995-12-06DVMA space is described by the variables `dvma_start' and `dvma_end'.pk
1995-06-28kill user-land DELAY macro, as suggested by gwr.cgd
1995-06-26Define variables and macros for DVMA allocation using rmaps.pk
1995-06-26clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), andcgd
1995-03-28KERNEL -> _KERNELjtc