summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/include
AgeCommit message (Expand)Author
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-01-29Print system type early in autoconf, as determined from the board statusMiod Vallat
2004-01-28More clock handling cleanup:Miod Vallat
2004-01-25Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead.Miod Vallat
2004-01-24Switch libsa to use loadfile()Miod Vallat
2004-01-24Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM;Miod Vallat
2004-01-22Style lync with other ppc-based ports, no functional change.Miod Vallat
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2004-01-22Make locore and the early initialization code closer to other ppc ports;Miod Vallat
2003-12-04TyposMiod Vallat
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-02licence cleanupTheo de Raadt
2003-04-16Clarify license terms.Miod Vallat
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-07Switch mvmeppc to the current powerpc pmap scheme.Miod Vallat
2002-06-07Fix the cache invalidation routines, per macppc cpu.h rev 1.3.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-18Fix RB_NOSYM clash here, too.Miod Vallat
2001-11-06-Wall -Werror cleanup.Miod Vallat
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-23Worst abuse of C, ever.Miod Vallat
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-10Fix the other half.Dale Rahn
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-02Convert mvmeppc to use common powerpc parts.Miod Vallat
2001-08-12Actually, I'm not fond of include files including <uvm/uvm_extern.h>,Miod Vallat
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12ok, this is the last vm_prot.h slackupMichael Shalayeff
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela