summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include/param.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Celebrate OpenBSD 6.0 release by retiring the sparc port.tedu2016-09-011-232/+0
* Now that the kernel virtual address space has been made larger, even onmiod2015-11-051-2/+2
* Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingmiod2015-03-301-3/+2
* Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchmiod2015-03-181-3/+1
* PGSHIFT and PGOFSET are now contained inside the kernel namespace.deraadt2013-03-261-3/+3
* ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.deraadt2013-03-251-5/+1
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-94/+84
* Provide namespace-safe alignment macros in <machine/_types.h>, withguenther2011-09-081-15/+4
* Make sure the ALIGN() macro uses u_long on all platforms for consistency, andmiod2011-04-071-3/+3
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* typomiod2010-07-111-2/+2
* sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andmiod2010-07-101-85/+95
* There is absolutely no need to double map DVMA addresses into the kernel addressmiod2010-06-291-11/+1
* ctob/btoc -> ptoa/atopmartin2007-11-281-5/+1
* Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETthib2007-05-281-9/+1
* slighly -> slightlymiod2007-04-101-2/+2
* Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)krw2006-08-121-2/+2
* remove unused bdbtofsb(bn) macromartin2006-03-191-9/+1
* Shrink NKMEMPAGES_MAX back to 4MB for 3.9, as this still has issues on >= 512MBmiod2006-02-281-2/+2
* remove Mach macros, they were unused anywaymartin2005-11-011-7/+1
* Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makemiod2005-09-251-2/+1
* Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_mapmiod2005-09-211-2/+2
* Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitmiod2005-09-121-3/+4
* Get rid of unused SINCR and SSIZE constants.miod2005-07-311-2/+1
* provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okmickey2004-08-061-1/+2
* remove the GATEWAY junk thingy; at the same time, select a new fatderaadt2004-04-191-9/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* The previous commit broke the bootblocks, since uvmexp is not availablemiod2002-03-151-19/+13
* First round of __P removal in sysmillert2002-03-141-5/+5
* On sparc, PAGE_SIZE and friends might not be a compile-time constant.miod2002-03-131-35/+25
* Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.miod2002-02-191-1/+13
* Define MCLBYTES from MCLSHIFT, rather than providing the final value.miod2001-12-101-2/+2
* make nkmempages dynamic based on memory. okay art@ from netbsd:provos2001-12-051-5/+5
* Get rid of the PMAP_NEW option by making it mandatory for all archs.art2001-07-181-3/+1
* change MSIZE to 256, okay @deraadtprovos2001-07-061-2/+2
* Switch sparc to PMAP_NEW. I've been running with that code for ages.art2001-05-101-1/+3
* Get rid of CLSIZE and all related stuff.art2001-05-051-8/+4
* - increase the amount of space mapped for dvma on sun4mjason2001-01-151-2/+3
* multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESderaadt2000-03-081-1/+7
* enlarge msgbuf, somewhat line netbsd didderaadt2000-02-221-1/+3
* Use extents instead of rmaps to handle dvma space.art2000-02-151-8/+2
* In the cases where we are sure what page size we have, define PAGE_SIZEart1999-11-251-1/+13
* vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tart1999-07-091-3/+3
* Add sparc_btop and sparc_ptob for consistency with other portsmillert1998-08-181-1/+7
* do not break the bootblocksderaadt1997-12-251-9/+1
* ifdef some definitions of NBPG that use kernel variables, when theangelos1997-12-211-1/+9
* Double default NMBCLUSTERS settings.downsj1997-09-171-3/+3
* Mostly sync to NetBSD-current 970804.downsj1997-08-081-53/+56
* MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoderaadt1996-12-111-1/+1
* netbsd port, now we merge our changes back inderaadt1996-08-111-19/+87