summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-01-14Some MC8820x operation cleaning:Miod Vallat
2004-01-14Remove as many unnecessary includes from the include mess in this file, inMiod Vallat
2004-01-14Do not expose kernel prototypes to userland.Miod Vallat
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
2004-01-13No need to set [di]sar for complete tlb invalidation.Miod Vallat
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
2004-01-13Less pedantic types; helps when userland includes <signal.h> withoutMiod Vallat
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-13During signal delivery, force the sigframe to be on an 8 byte boundary.Miod Vallat
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2004-01-13Always keep the kernel stack on a 8 byte boundary...Miod Vallat
2004-01-13Dusty, useless files are better found in the Attic.Miod Vallat
2004-01-13In cpu_switch(), use (almost) savectx() rather than rolling our own version.Miod Vallat
2004-01-12Use a struct reg in struct sigcontext, rather than an unsorted pot-pourriMiod Vallat
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
2004-01-12Nuke a few unused structures and variables.Miod Vallat
2004-01-12Oops, put back nvram0 for now.Miod Vallat
2004-01-12Get rid of that ugly m88100_saved_state structure, use trapframe everywhereMiod Vallat
2004-01-11Mark more code as dependent upon option PTRACE, and slight cleaning while there.Miod Vallat
2004-01-09Constify trap names, and a few cleanings to the trap() functions.Miod Vallat
2004-01-09Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again.Miod Vallat
2004-01-09Do not keep a round-robin list of the previous traps for debug purposes onMiod Vallat
2004-01-09Do not define new m8820x specific constants for what are common cache andMiod Vallat
2004-01-08The va for the few pages used for copying/zeroing pages are magic, but onlyMiod Vallat
2004-01-08switch_exit() must be invoked at splhigh(), or you race the clock.Miod Vallat
2004-01-08Some splfoo() have raise-if-lower semantics; so introduce raiseipl() whichMiod Vallat
2004-01-07Revert the pmap machinery to 20031228. The changes made since all produceMiod Vallat
2004-01-07Constify, remove db_task_name() Mach leftover, and fix an hilarious typoMiod Vallat
2004-01-07Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_printMiod Vallat
2004-01-05Support for the second set of serial ports on the M8120 (untested)Miod Vallat
2004-01-05Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keepMiod Vallat
2004-01-04In pmap_activate(), be sure to always flush the user tlb, even if we areMiod Vallat
2004-01-04Thou shall not flush TLBs incorrectly.Miod Vallat
2004-01-04Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, ifMiod Vallat
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-02Mention that, on most 187 and 197, if the SCSI controller is not the bootMiod Vallat
2004-01-02MC88110 errata states that, for instruction faults, in case of bus errorMiod Vallat
2004-01-02Sync m197_ext_int() logic with m187_ext_int() logic.Miod Vallat
2004-01-02Better openings value computation.Miod Vallat
2004-01-02Relaxed dependencies, and do not undef DEBUG.Miod Vallat
2004-01-02There is no such thing as ``device cpu'' for now.Miod Vallat
2004-01-02Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!)Miod Vallat
2004-01-02The scratch pages used in pmap_zero_page() and pmap_copy_page() being specialMiod Vallat
2004-01-02When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one,Miod Vallat
2004-01-01Oops, commited from the wrong tree.Miod Vallat
2004-01-01Let this attach correctly.Miod Vallat
2004-01-01Add sram on mvme187.Miod Vallat