summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
2000-01-03check db_panic in kdb_trap() as well; similar to i386 fix from assarTheo de Raadt
2000-01-03Remove ax and al from GENERIC; match with dc instead.Aaron Campbell
2000-01-01do stop in kdb_trap() based on db_panic valueMichael Shalayeff
2000-01-01honour db_panic in kdb_trap()Theo de Raadt
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-31fix order of uvm_fault() arguments in debug printf (;Michael Shalayeff
1999-12-31don't bother about pidr3 and pidr4Michael Shalayeff
1999-12-30fix tags link; tdeval@PrimeOBJ.COMTheo de Raadt
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
interface as well; assar@stacken.kth.se
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-29remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing)Jun-ichiro itojun Hagino
1999-12-27Add tr driver.Federico G. Schwindt
1999-12-23disable all debugsMichael Shalayeff
1999-12-23some support for hp som executablesMichael Shalayeff
1999-12-23some more of hp som definitions from different {,kinds} sourcesMichael Shalayeff
1999-12-23add hp som file support protosMichael Shalayeff
1999-12-23clean some more filesMichael Shalayeff
1999-12-20machine is hppa; in cross case, define LORDER tooMichael Shalayeff
1999-12-18add pdcache(), purge data cacheMichael Shalayeff
1999-12-17Use pmap_writetext instead of manually fiddling with pmap_changeprot whenArtur Grabowski
filling in the fastint vectors.
1999-12-17remove dirty rd_root hack once we have root on nfs workingMichael Shalayeff
1999-12-17screw it really badMichael Shalayeff
1999-12-17break the attaching intentionally until i figure put how to screw the ↵Michael Shalayeff
dev/ic/com.c enough to do this attachment for hppa port
1999-12-17fix the panic message for sti memory mappingMichael Shalayeff
1999-12-17inline uvm_pagealloc_contig, as art said it must dieMichael Shalayeff
1999-12-17define constants for PAGE_{SIZE,MASK,SHIFT}Michael Shalayeff
1999-12-17track the maximum accessed stack size; basically this small piece of code is ↵Michael Shalayeff
the same in all the archs
1999-12-15remove pn, replace with dcJason Wright
1999-12-14remove rl* and rlphy*Jason Wright
1999-12-14Compile.Jason Downs
1999-12-12hide debug printf behind #ifdef PMAPDEBUGMichael Shalayeff
1999-12-12they say that cr 24-31 are for interrupt handlers use, so pdc may mangle thoseMichael Shalayeff
1999-12-12do homebrew pmap_changebit pmap_new wayMichael Shalayeff
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
On some sun4m the pagetables must be uncached. This is indicated by the CPUFLG_CACHEPAGETABLES in cpuinfo.flags. This was done in pmap_bootstrap4m. The problem is that the CPUFLG_CACHEPAGETABLES is not set until after pmap_bootstrap4m, so even the machines that could cache the pagetables had them uncached, reducing performance. Fix this by creating pmap_cache_enable that is called just after the cache has been switched on (XXX - actually, we should call it before, but CPUFLG_CACHEPAGETABLES can be set in the code that enables the cache).
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski
dvma_free.
1999-12-09Change the kvm_uncache interface to a kvm_setcache that can uncacheArtur Grabowski
a memory and allow the range to be cached again. Make kvm_uncache and kvm_recache to macros that call kvm_setcache. (also in the commit: Fix protection for pmap_kenter* and remove a redundant call to uvm_setpagesize).
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-09first arg to pmap_changebit is paddr_tMichael Shalayeff
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-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD.
1999-12-08s/ipv6intr/ip6intr/Michael Shalayeff