summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
2008-11-21back out the new interrupt subsystem because some little bug still lurks in t...Theo de Raadt
2008-11-08Get rid of va-ppc.h.Mark Kettenis
2008-09-18Redesign of the powerpc interrupt architecture, use true levels intead ofDale Rahn
2008-09-16SMP ddb support, with some feedback from kettenis.Dale Rahn
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-13Add some missing $OpenBSD$ tags.Kenneth R Westerback
2008-06-06Remove long dead meat.Miod Vallat
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-05-01Implement a nop IPI to signal other CPUs.Mark Kettenis
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-12/dev/openpromMark Kettenis
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-18split out dpme disklabel reading, simplifying things significantlyTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-14When macppc was switched to __HAVE_VM_PAGE_MD, data structures were incorrectlyDale Rahn
2007-05-27Move powerpc to vm_page_md, 'throw it in' kettenis@Dale Rahn
2007-03-22Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@,Mark Kettenis
2007-03-20Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable forMark Kettenis
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-07bus_space_{read,write}_raw_region_[24] take the length of the buffer theyreDavid Gwynne
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-09-18Extend the .text and .data segments to 64MB. This allows programs withMarco Peereboom
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-02-12Remove unused openfirmware code; ok drahn@Miod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Remove unused structures and ioctl declarations.Miod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-09Add hook for voltage slewing the G5.Mark Kettenis
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-09Provide a machdep sysctl to determine if altivec is avaliable on macppcDale Rahn
2005-10-09Nearly functional crashdump support for macppc. Because savecoreDale Rahn
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-06-14de-__PTheo de Raadt