summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/include
AgeCommit message (Expand)Author
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-04-23remove unused time_t related chunks; ok kettenisTheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
2012-08-24ansiJonathan Gray
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-04-28- enable fenvMartynas Venckus
2011-03-03Crank MAXDSIZ up to 2G on macppc and socppc.Antoine Jacoutot
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2009-10-01add fdt_parent_node() and OF_parent() functions,Dariusz Swiderski
2009-09-02Attach devices to mainbus(4) based on information from the flattened deviceMark Kettenis
2009-08-25Add missing $OpenBSD$ tag.Mark Kettenis
2009-08-25Add parser for 'Flattened Device Tree' which was introduced inDariusz Swiderski
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2008-11-08Get rid of va-ppc.h.Mark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-25Specify the PHY to be used in the kernel config instead of hardcoding itMark Kettenis
2008-05-17Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use thisMark Kettenis
2008-05-16Another missing header file; pointed out by checkflist (and miod@).Mark Kettenis
2008-05-13Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1.Miod Vallat
2008-05-12More headers needed by userland.Mark Kettenis
2008-05-12More headers needed by userland.Mark Kettenis
2008-05-10More headers needed by userland.Mark Kettenis
2008-05-10Needed by userland.Mark Kettenis
2008-05-10Missing bootloader file.Mark Kettenis
2008-05-10OpenBSD/socppc, a port to the Thecus N1200, and potentially other FreescaleMark Kettenis