summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/param.h
AgeCommit message (Expand)Author
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-11-22Remove unused VM_MAX_KERNEL_BUF define.Miod Vallat
2010-06-18Remove obsolete dvmamap comment.Miod Vallat
2008-05-21First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU.Mark Kettenis
2008-03-22Reintroduce the cputyp variable, and use it to distinguish between sun4u andMark Kettenis
2007-10-27get rid of btoc/ctob in favor of atop/ptoaMartin Reindl
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-02Fix typo. ok miod@.Tom Cosgrove
2007-04-10slighly -> slightlyMiod Vallat
2007-03-20Remove unused ALIGN32 macro. It wouldn't work anyway, sinceDeanna Phillips
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2005-10-24Mach-macro freeMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-09Implement _bus_dmamem_mmap instead of just calling panic();Robert Nagy
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-06-15Decruftification.Artur Grabowski
2002-06-15gc some leftovers from sparc.Artur Grabowski
2002-06-12Remove some #if 0 cruft.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-19bump NMBCLUSTERSJason Wright
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-09-11protect from multiple inclusionJason Wright
2001-08-18NKMEMCLUSTERS + PAGE_SIZE & co.Artur Grabowski
2001-08-18Get rid of the opt_ PITA.Artur Grabowski
2001-08-18Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come.Jason Wright