summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/param.h
AgeCommit message (Collapse)Author
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
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
- use a flag to specify allocations for 24 bit devices - compatibility macros to deal with the 32 bit devices This fixes the 'le at sbus' on sun4m problem (with the extent fixes earlier), and allows the Artecon ethernet cards to work in sun4m machines.
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
(and friends).
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
remove "register" keywords Various cleanups.
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
file is included from userland programs (such as lsof)
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
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
base plus an offset new dvma routines
1995-10-22crank NMBCLUSTERSTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt