summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2001-09-21Correctly initialize variables in cpu_fork(). From NetBSD.Miod Vallat
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-18Improve the panic message, print symbol and offset, of where fault occursDale Rahn
2001-09-17pagemove() should use the pmap_k* functions instead of pmap_enter/remove.Dale Rahn
2001-09-15Rewrite of powerpc pmap_page_protect(), the old version had a couple ofDale Rahn
2001-09-14simplify userretArtur Grabowski
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-03Zero pages before handing them over to the VM layer.Dale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-25The VP cache code, while giving the powerpc port a signficant speedDale Rahn
2001-08-25It is nice to have the hex address of the function as well as the symbolDale Rahn
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23Move the limited memory mapping code later in configuration, afterDale Rahn
2001-08-21Add copyright which should have been there when the file was created.Dale Rahn
2001-08-21use round_page() not an incorrect version of it using trunc_page().Dale Rahn
2001-08-21I would really like to add a copyright to this file, the NetBSD versionDale Rahn
2001-08-21Put in copyright info which I forgot to add back in 1996.Dale Rahn
2001-08-19more NBPG -> PAGE_SIZE renames.Dale Rahn
2001-08-19ddb on powerpc does not have ``machine'' commands, so don't lie.Miod Vallat
2001-08-19New timeouts there as well.Miod Vallat
2001-08-18Some NBPG to PAGE_SIZE conversions.Dale Rahn
2001-08-18Change the timeouts on adb keyboard probing to be the same as NetBSD.Dale Rahn
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18remove pv_table, it is not referenced any longer.Dale Rahn
2001-08-18Only map memory above 256MB if the memory is present in the system.Dale Rahn
2001-08-18make this compile __with__ akdb in the kernel configuration.Dale Rahn
2001-08-17When rounding up to the next page size, add NBPG-1, not NBPG beforeDale Rahn
2001-08-17provide a way to get the number used for irq line, not only a stringMichael Shalayeff
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-11make this compile without akbd in the kernel configuration.Matthieu Herrb
2001-08-10convert V->P table memory allocations to pool.Dale Rahn
2001-08-08New timeouts.Miod Vallat
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff