summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-11mac68k disklabel cleaning 1/3:Miod Vallat
2001-12-11Yet another sync to NetBSD. Kills lot of unnecessary code and cleans up a bit.Artur Grabowski
2001-12-11More sync to NetBSD.Artur Grabowski
2001-12-11Merge in some pmap improvements from NetBSD.Artur Grabowski
2001-12-11Repair 68060 operation; from art@ and myself, spell-checked by deraadt@.Miod Vallat
2001-12-10minor cleanups.Artur Grabowski
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-09Even more ansification.Artur Grabowski
2001-12-09Random ansification.Artur Grabowski
2001-12-09un-__PArtur Grabowski
2001-12-09Explicitly unmap and free the pages in pgt_page_free.Artur Grabowski
2001-12-09remove pvalloc and pvfree, use the raw pool_get and pool_put.Artur Grabowski
2001-12-09Real pmap_k*. The sun4/sun4c functions are from NetBSD.Artur Grabowski
2001-12-09splbio?!? Where did that come from?Artur Grabowski
2001-12-09- change flush_atc_entry() prototype, the third argument is indeed a boolean_t,Miod Vallat
2001-12-08Better pmap_kenter_pa() and pmap_kremove() implementation.Miod Vallat
2001-12-08Use PMAP_MANAGED() macro everywhere instead of hand-expanding it.Miod Vallat
2001-12-08m68k_trunc_page -> trunc_pageMiod Vallat
2001-12-08Be 9600-bauds friendly and panic() on unexpected issues, rather than printf()Miod Vallat
2001-12-08db_console is declared in <ddb/db_var.h>. Fix a typo while there, too.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07Oops, need rtc in here, tooJason Wright
2001-12-07add ohci and several basic usb devices.Jason Wright
2001-12-07NKMEMPAGES defines.Artur Grabowski
2001-12-07fix signal doscTheo de Raadt
2001-12-07rtc* at ebus?Jason Wright
2001-12-07Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from i...Jason Wright
2001-12-07make it compile on SUN4M-onlyMichael Shalayeff
2001-12-07Use pmap_kenter for buffers and msgbuf.Artur Grabowski
2001-12-07rtc at ebus; netbsdJason Wright
2001-12-07add rtc cfdriverJason Wright
2001-12-07remove fxp. hey art, that is how i respond to kernel bloat!Theo de Raadt
2001-12-07Since amiga now has correct pmap_k* and uses them for mappingArtur Grabowski
2001-12-07Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replacedArtur Grabowski
2001-12-07Some ansification and cleanups in pmap_{zero,copy}_page*Artur Grabowski
2001-12-07kill kvm_iocache, not used.Artur Grabowski
2001-12-07Remove 4m bits and put some other nasty restrictions on kvm_uncache soArtur Grabowski
2001-12-07kvm_recache is now unnecessary, simplify.Artur Grabowski
2001-12-07In dvma_malloc_space and dvma_free allocate and map the memoryArtur Grabowski
2001-12-07Remove pmap_cache_enable. it was a mistake.Artur Grabowski
2001-12-07Zap pmap_alloc_cpu. this is not how we want to do this.Artur Grabowski
2001-12-07splpmap -> splvmArtur Grabowski
2001-12-07Remove pmap_kenter_pgs leftovers.Artur Grabowski
2001-12-07ethernet -> dc (Netra X1 finds its root dev correctly now)Jason Wright
2001-12-07Ratibibugle setredzone()Miod Vallat
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-06DDB disassembly fixes and trace improvements from NetBSD.Miod Vallat