summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include
AgeCommit message (Expand)Author
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-11-23In decr_intr(), update lasttb only when clock interrupt is not masked.nonaka
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-17Install spr.hbriggs
2004-10-23Centralize the declaration of booted_device and booted_partition.thorpej
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2004-03-02Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose ofkleink
2003-12-30Fix PowerPC ports build with KGDB.manu
2003-10-24Add _bus_dma_phys_to_bus_mem_generic and _bus_dma_bus_mem_to_phys_generic.matt
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-09-03Move CLKF_BASEPRI to machine specific <intr.h> file since it depends onmatt
2003-06-23s/PHYS_TO_PCI_MEM/PHYS_TO_BUS_MEM/aymeric
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-10Remove redundant bounds_check_with_label() prototype.thorpej
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