summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-12-06fix typo I introduced during ksyms additionTodd C. Miller
2001-12-06Sprinkle pmap_update() calls (based on NetBSD)Todd C. Miller
2001-12-06Sync with NetBSD:Todd C. Miller
2001-12-06be more careful with spaces and tabs, guysTheo de Raadt
2001-12-06unbreak alpha kernel.Eric Jackson
2001-12-06Fix typos, from NetBSDMiod Vallat
2001-12-06MAPPEDCOPY no more.Miod Vallat
2001-12-06Reality updated: no nedd to speak about "old" machines and "current" machinesMiod Vallat
2001-12-05Enable rootdev auto-configuration by device drivers during boot.Thierry Deval
2001-12-05remove some ancient crud from the "modern machine" floppyTheo de Raadt
2001-12-05I don't know who is to blame, heko@ for bOrking this, or myself to have notMiod Vallat
2001-12-05change KMEMPAGES back to 64M, 128M does not work on large memory machines.Dale Rahn
2001-12-05Put back to the old KMEM size, until we can increase this and have it workDale Rahn
2001-12-05calculate and use nkmempages, not NKMEMCLUSTERS.Artur Grabowski
2001-12-05Remove NKMEMCLUSTERS.Artur Grabowski
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-05Enable MSCP disk support, since although untested due to lack ofHugh Graham
2001-12-05sync with netbsd. untested.Hugh Graham
2001-12-05nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ...Jason Wright
2001-12-05Make OF_interpret() work correctly; based on NetBSD fix, but maintainingJason Wright
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-04commented out entry for cgthreeJason Wright
2001-12-04enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@lebel
2001-12-04remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcxJason Wright
2001-12-04Now that we found the bug, go back to not stop on SPL NOT LOWERED..Niklas Hallqvist
2001-12-04add commented out entries for cgsix at sbus and wsdisplay at cgsixJason Wright
2001-12-04add stuff for wsdisplayJason Wright
2001-12-04more bits defs; from netbsdMichael Shalayeff
2001-12-04missing \nMichael Shalayeff
2001-12-04part of i386 isr patches; OK niklas@Marco S Hyman
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-12-03be more verbose on panic. patch by form@.Mike Pechkin
2001-12-02this probably all that can be on geckoMichael Shalayeff
2001-12-02few lines are too close to see, gimme another file!Michael Shalayeff
2001-12-02s/FLAX_MASK/HPPA_FLEX_MASK/ where not yetMichael Shalayeff
2001-12-02allow to configure devices on particular bus offsetsMichael Shalayeff
2001-12-02increase fixed extent storageMichael Shalayeff
2001-12-021) kill old vm_*_t types (no real effect)Todd C. Miller
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-12-01Add TF_EAX and TF_ESP for trapframe struct. niklas@ okHakan Olsson
2001-12-01Provide more debugging info for the spl not lowered on syscall exitNiklas Hallqvist
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