summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
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
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2003-10-08Fix endian bug in macppc bus_space_set_region_N(). ok miod@Dale Rahn
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-06-11Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs.Dale Rahn
2002-06-08One ddb to rule them all.Miod Vallat