summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
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-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07fix signal doscTheo de Raadt
2001-12-07make it compile on SUN4M-onlyMichael Shalayeff
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-05Enable rootdev auto-configuration by device drivers during boot.Thierry Deval
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05Change pcache_flush_line to pcache_flush_page since this is the only wayArtur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-29oopsArtur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27garbage collect sc_nticksJason Wright
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-22Use pmap_kenter_pa in pmap_map..Artur Grabowski
2001-11-22more pmap_enter vs. pmap_kenter.Artur Grabowski
2001-11-22simplify the iommu page table mapping. use pmap_kenter.Artur Grabowski
2001-11-22Map the interrupt enable register with pmap_kenterArtur Grabowski
2001-11-22Use pmap_map to map the msg buffer.Artur Grabowski
2001-11-22Now that pmap_enter is allowed to fail in some cases, allowArtur Grabowski
2001-11-22Use pool to allocate pv list entries.Artur Grabowski
2001-11-22Don't check for PMAP_NC in pmap_zero_page.Artur Grabowski
2001-11-22Simplify pmap_is_* and pmap_clear_*.Artur Grabowski
2001-11-19more than typoTheo de Raadt