summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
2001-10-01Change the kernel so that is the openfirmware stdout is not provided,Dale Rahn
2001-10-01When booting up in auto-boot? true mode, newer systems do not provideDale Rahn
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn
2001-10-01Add Copyright. Image cleanup.Dale Rahn
2001-10-01Piece of "code" which openfirmware will recognize to boot automatically offDale Rahn
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
2001-09-28zs serial now works on some systems. Does not work with modemsDale Rahn
2001-09-28Commit a ugly, widespread change.Dale Rahn
2001-09-28remove dups w/ conf.hMichael Shalayeff
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-27Two workarounds for the zs serial driver.Dale Rahn
2001-09-27When zs is fully working, it should be tty00 for macppc.Dale Rahn
2001-09-27used to corrupt some memory -- no moreMichael Shalayeff
2001-09-26zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc.Michael Shalayeff
2001-09-25shh, no point in printing useless kernel messages.Dale Rahn
2001-09-22pty cleanupTheo de Raadt
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Add the support for "-c", UKC in the bootloader. Note that currently thisDale Rahn
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-20occured->occurredMike Pechkin
2001-09-20On a fault the onfault condition should be set to the old handler, notDale Rahn
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19Fix a typo... and remove return; at the end of a void function.Miod Vallat
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-17Enable DMA for wdc_obio devices. This was the mode in which the recentDale Rahn
2001-09-17The gfx display buffer should request that it be mapped cached (writethru).Dale Rahn
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
2001-09-15Two changes here.Dale Rahn
2001-09-15If ddb cannot find a symbol, do not print a useless address ofDale Rahn
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
2001-09-15pass the dma tag to obio; drahn@ okMichael Shalayeff
2001-09-15implement _bus_dmamap_load_raw; drahn@ okMichael Shalayeff
2001-09-13The vgafb driver does not test memory, so no point mapping it during the probe.Dale Rahn
2001-09-12No need to be overkill for the french keyboard layout.Miod Vallat
2001-09-12Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ...Peter Valchev
2001-09-12mbutl no moreArtur Grabowski
2001-09-11Fix uvm_km_suballoc() usage flags. ok art@ millert@Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-11vm/vm_kern.h is not needed hereand it compiles (;Michael Shalayeff
2001-09-10mickey, at least compile them first.Dale Rahn
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-10Remove some unused global variables.Dale Rahn
2001-09-10Device addresses should be mapped. It should be converted to bus_ accesses.Dale Rahn