summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
2020-07-17Userland timecounter for macppcgkoehler
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03implement bus_space_read_raw_X and bus_space_write_raw_XDavid Gwynne
2016-03-05One ddb interface is enough for ppc.Martin Pieuchot
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-09-30Remove some trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-03-31Make it possisble to disable block address translation mechanism onMartin Pieuchot
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-02-07Need to define APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-07-02Remove unused mainbus intr hook abstraction.Tobias Ulmer
2014-07-02Remove unused system_type and friends. Remnants from universal powerpc supportTobias Ulmer
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.Brad Smith
2014-04-07increase MSGBUFSIZETheo de Raadt
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
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-10-09Initialize ns_per_tick as soon as we have read the timebase from theMartin Pieuchot
2013-09-13Initialize the variable guarding the clock interrupt routine afterMartin Pieuchot
2013-08-17Remove a bunch of unused variables and functions aging from the preMartin Pieuchot
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-21Unify the zs tty driver.Sebastian Reitenbach
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-12-08Fix a comment now that PowerPC 970 are recognized, make it clear thatMartin Pieuchot
2012-12-06Implement bus_space_mmap(9).Martin Pieuchot
2012-08-30Add the possibility to map DMA memory non-cached, based on the i386/amd64Martin Pieuchot
2012-08-24ansiJonathan Gray
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-03-26Add APM_IOC_HIBERNATETheo 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