summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Collapse)Author
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
physmem size is known. Now this runs on systems > 256M again. This is still a BAD idea. New pmap module is coming soon.
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
is copied from the OpenBSD version (mine), however before a copyright was added. Since then effectively the entire file has been replaced with code from NetBSD (which still does not have a copyright). NetBSD tag added, to indicate which version of the file the existing code was derived from.
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
It now boots a bit faster, and works more reliable on PBG4 500MHz machines.
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
Without this, it would not configure on systems with akbd.
2001-08-17When rounding up to the next page size, add NBPG-1, not NBPG beforeDale Rahn
trunc_page.
2001-08-17provide a way to get the number used for irq line, not only a stringMichael Shalayeff
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (;
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
> vm/vm_prot.h no more
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
if_gm tested by matthieu@, the whole ok'd by drahn@
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-06Correct misinitialization of a variable. This worked before?Dale Rahn
2001-08-01make this compile. ok drahnPeter Valchev
2001-07-30Change:Artur Grabowski
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense.
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD.
2001-07-25Added missing break. -mojMats O Jansson
2001-07-18build the kernel w/ all the warnings enabled; drahn@ okMichael Shalayeff
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
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions.
2001-07-17Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable.Dale Rahn
This code probably should check which keyboard type is present to figure out operations for the special keys, just commented out for now. Noticed in NetBSD mailing list.
2001-07-15add install targetassar
2001-07-10ether_input_mbuf() conversion; thanks to drahn@ for testing.Federico G. Schwindt
2001-07-10Unbreak commit to use memset.c instead of bzero.cDale Rahn
Suspect that this is really broken code in libkern/arch/powerpc/Makefile.inc
2001-07-10Until fxp and if_de are fixed with the correct parameter to vtophys()Dale Rahn
this function cannot be prototyped.
2001-07-09add i2o devicesMichael Shalayeff
2001-07-09only on prog_switch, more includes and protosMichael Shalayeff
2001-07-09protos, includes, and terransMichael Shalayeff
2001-07-09a wagon and a small cart of protos, spaces, and includesMichael Shalayeff
2001-07-09protos and spacesMichael Shalayeff
2001-07-09proper vtophys types, spaces, protosMichael Shalayeff
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-07-09protos, includes, spaces; from prev ciMichael Shalayeff
2001-07-09protos, includes, spacesMichael Shalayeff