summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-11-30More changes that cvs forgot to commit in the pmap_motorola switch.Miod Vallat
2001-11-30cvs hates me.Miod Vallat
2001-11-30Repair after pmap_kenter_pgs() removal.Miod Vallat
2001-11-30Switch to pmap_motorola.Miod Vallat
2001-11-30Oops, removed one #include line by mistake.Miod Vallat
2001-11-30Make it possible for mmutype to contain MMU_68060 if the hardware isMiod Vallat
2001-11-30Not needed anymore.Miod Vallat
2001-11-30Duplicates there, too.Miod Vallat
2001-11-30Remove duplicates with <m68k/param.h>Miod Vallat
2001-11-30Switch to pmap_motorola.Miod Vallat
2001-11-30Factorize more definitions to enable the use of pmap_motorola.Miod Vallat
2001-11-30Common pmap defines and code for all m68k platforms using Motorola (orMiod Vallat
2001-11-30prevent reorder of __asm w/ __volatile.Michael Shalayeff
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-30unbreakArtur Grabowski
2001-11-30typoArtur Grabowski
2001-11-30rl and vr are reported to work.Nathan Binkert
2001-11-30add stge(4)Nathan Binkert
2001-11-30This file was just a placeholder required for kern_exit_43.c to compile.Miod Vallat
2001-11-30add stge(4)Nathan Binkert
2001-11-29fix pasto so this compilesTodd C. Miller
2001-11-29better geckoMichael Shalayeff
2001-11-29ld -r generates some funky .text.N namesMichael Shalayeff
2001-11-29Kernel mappings (pmap_kenter_pa) should not be entered into the pv list.Dale Rahn
2001-11-29oopsArtur Grabowski
2001-11-29Fix for thinko that was caught in code review, error was found 3x, howeverDale Rahn
2001-11-28somebody forgot somethingMichael Shalayeff
2001-11-28revert hardware breakageTodd T. Fries
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur 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-28Don't use pmap_update when we mean tlbflush. make pmap_update into a noop.Artur Grabowski
2001-11-28make pmap_virtual_space madatory in all pmaps.Artur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28pmap_kenter_pgs(.., 1) is pointless. pmap_kenter_pa instead.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-28rewrite large chunks of intr_establish to make it more clear what's going on.Jason Wright
2001-11-27Various pmap_k* optimizations, as well as uvm interface updates,Miod Vallat
2001-11-27Use pools for pmap and pv_entry structures.Miod Vallat
2001-11-27Adapt to include files changes.Miod Vallat
2001-11-27A few cleanups to have less include files include each other.Miod Vallat
2001-11-27Use symbolic constants to identify ddb traps.Miod Vallat
2001-11-27Declare symbolic names for the various interrupts used by ddb.Miod Vallat
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-27Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernelMiod Vallat
2001-11-27garbage collect sc_nticksJason Wright
2001-11-26Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko...Michael Shalayeff
2001-11-25Extend the magic formulae to choose option FPSP only if 68040 processorMiod Vallat
2001-11-25Typos.Miod Vallat