summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include
AgeCommit message (Expand)Author
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-02-03More cleanup for OLDPMAP.matt
2003-02-02Remove OLDPMAP support.matt
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-08A working fork/vfork implementation. Darwin fork differs from our fork bymanu
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-30Add missing file.matt
2002-09-22Use "#define\t" instead of "#define ".simonb
2002-09-21don't install a couple headers that are of no use in userland.chs
2002-09-21remove protos for non-existant functions.chs
2002-09-18implement device_register() for ofppc.chs
2002-09-18fix the ofppc interrupt code to work at all. the previous code waschs
2002-09-16fix printf format string.chs
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-07Use SR 11 as USER_SR. (12 is used as an I/O BAT).matt
2002-07-05Peform a rototill over the powerpc-based ports.matt
2002-05-15Let machine-dependent code specify how to enumerate the bus.thorpej
2002-03-09switch all mpc6xx powerpc ports to NEWPMAP by default.chs
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-29Check in of work-in-progress of Firepower native device support.thorpej
2001-10-29Add/rework infrastructure that will allow us to support nativethorpej
2001-10-24Need to install intr.h.thorpej
2001-10-24NEWPMAP fixes that I missed committing.billc
2001-10-23Add machine-dependent defns for libsa's loadfile().thorpej
2001-10-22Begin the task of splitting up the ofppc port into common codethorpej
2001-10-22Fetch the platform name earlier, so we can determine what kind ofthorpej
2001-10-20just set MACHINE and include powerpc/param.h - non-NEWPMAP ofppc kernels boot...billc
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-08-05Define VM_MAX_KERNEL_BUF and PAGER_MAP_SIZE to save KVA space.tsutsui
2001-05-30use _KERNEL_OPTmrg
2001-05-03PPC machine type tags haven't been used for a while.soren
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-04-12splimp -> splvmthorpej
2001-01-18Use <powerpc/psl.h>thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-12-14Partial syscall cleanup, as per other ports.mycroft
2000-11-16Need to provide CACHELINESIZE in _STANDALONE environments, too.thorpej
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-08-22Add spllock(). See spl(9) for details.thorpej