summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesderaadt1-5/+1
2021-03-11spellingjsg1-3/+3
2020-07-17Userland timecounter for macppcgkoehler1-2/+2
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-3/+0
2020-05-27Retire <machine/varargs.h>.visa1-3/+0
2019-12-05Remove clause #3 from mrg@NetBSD license.mpi1-3/+1
2019-01-22flense more trailing whitespacephessler1-5/+5
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.phessler1-4/+4
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg1-1/+2
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis1-1/+2
2016-05-03implement bus_space_read_raw_X and bus_space_write_raw_Xdlg1-1/+29
2016-03-05One ddb interface is enough for ppc.mpi1-2/+1
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod1-2/+1
2015-09-30Remove some trailing whitespace.krw1-4/+4
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,krw1-4/+4
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outmiod1-3/+3
2015-06-26move the ppc mplock implementation from macppc to powerpc.dlg1-51/+2
2015-04-02One function pointer per pic function is enough.mpi1-3/+1
2015-03-31Make it possisble to disable block address translation mechanism onmpi1-3/+0
2015-02-10increase min address to page size for all remaining min == 0 systems.tedu1-2/+2
2015-02-07Need to define APM_USER_HIBERNATE_REQ here too.miod1-1/+2
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.kettenis1-1/+10
2014-10-09revert unintentional commit unrelated to LKMtedu1-2/+2
2014-10-09remove LKM devicestedu1-2/+2
2014-07-02Remove unused mainbus intr hook abstraction.tobiasu1-31/+2
2014-07-02Remove unused system_type and friends. Remnants from universal powerpc supporttobiasu1-12/+1
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.brad1-2/+2
2014-04-07increase MSGBUFSIZEderaadt1-2/+2
2014-04-01Remove the almost unused abstraction around "struct firmware" and usempi2-94/+3
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther1-15/+15
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> tomiod1-10/+1
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmmiod1-6/+1
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.miod1-2/+1
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.mpi1-1/+2
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.miod1-2/+1
2013-10-09Initialize ns_per_tick as soon as we have read the timebase from thempi1-1/+2
2013-09-13Initialize the variable guarding the clock interrupt routine aftermpi1-1/+3
2013-08-17Remove a bunch of unused variables and functions aging from the prempi1-3/+1
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi1-0/+108
2013-06-01add missing license (PD) blockjasper2-4/+4
2013-04-21Unify the zs tty driver.sebastia1-2/+2
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt1-6/+7
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.kettenis1-4/+7
2012-12-08Fix a comment now that PowerPC 970 are recognized, make it clear thatmpi1-2/+2
2012-12-06Implement bus_space_mmap(9).mpi1-1/+2
2012-08-30Add the possibility to map DMA memory non-cached, based on the i386/amd64mpi1-13/+22
2012-08-24ansijsg1-19/+7
2012-06-26create new machine/_float.h which is namespace clean. create a newderaadt3-6/+3
2012-03-26Add APM_IOC_HIBERNATEderaadt1-1/+2