summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/param.h
AgeCommit message (Expand)Author
2005-09-25Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makeMiod Vallat
2005-09-21Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_mapMiod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-15The previous commit broke the bootblocks, since uvmexp is not availableMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-05-10Switch sparc to PMAP_NEW. I've been running with that code for ages.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
2000-03-08multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESTheo de Raadt
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-15Use extents instead of rmaps to handle dvma space.Artur Grabowski
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1997-12-25do not break the bootblocksTheo de Raadt
1997-12-21ifdef some definitions of NBPG that use kernel variables, when theAngelos D. Keromytis
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-10-22crank NMBCLUSTERSTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt