summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2000-01-01check db_panic in kdb_trap() as well; similar to i386 fix from assarTheo de Raadt
2000-01-01make the kernel compileTheo de Raadt
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-17Use pmap_writetext instead of manually fiddling with pmap_changeprot whenArtur Grabowski
1999-12-10shrinkTheo de Raadt
1999-12-10fix rx mbuf allocationJason Wright
1999-12-09Opps, missed to change one FREE(pv, ...) to pvfree(pv).Artur Grabowski
1999-12-09Fix a bug we've had for ages.Artur Grabowski
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski
1999-12-09Change the kvm_uncache interface to a kvm_setcache that can uncacheArtur Grabowski
1999-12-09Make PMAP_NEW compile again.Artur Grabowski
1999-12-09Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs.Artur Grabowski
1999-12-08only replace .mul/.umul on v8 cpusTheo de Raadt
1999-12-08fix mbuf chain allocation to comply with m_devget() wayJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-12-08Readd the PMAP_NEW code, this time with the missing ifdef.Artur Grabowski
1999-12-08undo even more damageTheo de Raadt
1999-12-08undo total garbage untested sloppy commit from artTheo de Raadt
1999-12-08Better pmap_kenter_pa4m.Artur Grabowski
1999-12-08Dumb implementation of PMAP_NEW, it works but without any gains yet.Artur Grabowski
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright
1999-12-07Use pool to allocate page tables. This has the nice effect that we can uncacheArtur Grabowski
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
1999-12-01crank DFLDSIZ to 32MBTheo de Raadt
1999-11-26Use round_page instead of some home-made macro.Artur Grabowski
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
1999-11-24No need to set the page size twiceArtur Grabowski
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-22Far too many things to note- a complete new revision coming in.mjacob
1999-11-16Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.Artur Grabowski
1999-11-16Remove duplicate variable definitions.Artur Grabowski
1999-11-16No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)Artur Grabowski
1999-11-16Opps.. remove stuff that shouldn't be in the last commit.Artur Grabowski
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-13from chuq@chuq.com: several fixes to copy{in,out,}str() from charlesTheo de Raadt
1999-11-12Break out the allocation of pv entries and 4m pagetables into functions.Artur Grabowski
1999-11-11General cleanup of pmap.Artur Grabowski
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-11-05MACHINE_NEW_NONCONTIG is now default even without uvm.Artur Grabowski
1999-11-05Since we no longer allocate the iommu page tables in pmap_bootstrap, we canArtur Grabowski
1999-11-05Move the allocation of iomme ptes to iommuattach (where it belongs).Artur Grabowski
1999-11-05remove some #if 0 code that will never be enabled anywayArtur Grabowski
1999-10-29Remove dead code.Artur Grabowski
1999-10-29Use UVM by default on sparc.Artur Grabowski
1999-09-29some SUN4* ifdefsArtur Grabowski
1999-09-20delay for longer after each zsputcTheo de Raadt
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-09-07print priJason Wright