summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
art@ ok.
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
to be able to attach units to them. main reason is the secondary gsc busses on add-on cards which stick 'emselves in the front.
2001-12-02increase fixed extent storageMichael Shalayeff
2001-12-021) kill old vm_*_t types (no real effect)Todd C. Miller
2) Change flag in uvm_km_suballoc() from VM_MAP_PAGEABLE to 0 3) Pass pmap_extract the address of Segtabzeropa, not Segtabzeropa itself
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
situation. And stop in ddb once again so more debugging still can be carried out.
2001-11-30More changes that cvs forgot to commit in the pmap_motorola switch.Miod Vallat
2001-11-30cvs hates me.Miod Vallat
How come had this file been missed in the previous amiga commit???
2001-11-30Repair after pmap_kenter_pgs() removal.Miod Vallat
2001-11-30Switch to pmap_motorola.Miod Vallat
XXX Kernel compiles, but not tested.
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
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways.
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
compatible) MMU.
2001-11-30prevent reorder of __asm w/ __volatile.Michael Shalayeff
from netbsd: Declare some asm statement with output as volatile. Without this, gcc with -march=pentiumpro produce bad code.
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
From Dries Schellekens <gwyllion@ulyssis.org>
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
it was fixed 2x, leaving one instance of the error.
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