summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
AgeCommit message (Expand)Author
2001-12-17Move the process_read_reg prototype to the correct file, it is specifiedDale Rahn
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-19Remove pointless additional 'syncing' instructions in the powerpc spl*()Dale Rahn
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-08-19ddb on powerpc does not have ``machine'' commands, so don't lie.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-15Same fix as for mvmeppc needed there, forgot this one.Miod Vallat
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12Fix build after breakage.Dale Rahn
2001-08-01make this compile. ok drahnPeter Valchev
2001-07-30Change:Artur Grabowski
2001-07-18fxp and de are fixed, enable vtophysMichael Shalayeff
2001-07-18Fix prototype that art missed...Dale Rahn
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-10Until fxp and if_de are fixed with the correct parameter to vtophys()Dale Rahn
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-07-09protos, includes, spacesMichael Shalayeff
2001-07-09lots of parens, protosMichael Shalayeff
2001-07-08empty arg list is named void for convinience, i supposeMichael Shalayeff
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-01Properly identify the PBG4 keyboard, US keyboard at least.Dale Rahn
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29header file include/define cleanup. commit N of many.Dale Rahn
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-26Cleanup of interrupt configuration, move prototypes to header file,Dale Rahn
2001-06-26stub bus_space_{alloc,free}Michael Shalayeff
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25config interfaces defines.Dale Rahn
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24Header file to specify to loadfile what types of exe files to support.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-10Hack/workaround for gcc bug. GCC will generate a load/store double instructionDale Rahn