summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/param.h
AgeCommit message (Expand)Author
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