summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-02-11Keep using the BUG as the console device until autoconf is over, ratherMiod Vallat
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod Vallat
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-29typos; jjy2+@pitt.eduTheo de Raadt
2004-01-29Correctly handle 88110 exceptions occuring in a delay slot: control mustMiod Vallat
2004-01-29187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved acrossMiod Vallat
2004-01-28Use write-back mappings whenever possible again, but make sure thatMiod Vallat
2004-01-28Add tftpboot to the mvme88k builds.Miod Vallat
2004-01-28Skip first argument on commandline, so we can try to actually boot theMiod Vallat
2004-01-28Oops, forgot cvs add in previous commit; spotted by deraadt@Miod Vallat
2004-01-26sign mismatch correction, from miodTheo de Raadt
2004-01-26tftp-only netboot code, inspired from mvmeppc, and stripped down; it willMiod Vallat
2004-01-26A few more BUG syscall definitions and structures. Fix (not used yet)Miod Vallat
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-23died of starvationMiod Vallat
2004-01-20In some situations, the MVME328S can be so hung that our current reset codeMiod Vallat
2004-01-20Use shifts and logical arithmetic, rather than multiplications and integerMiod Vallat
2004-01-20Better debugging information, only available if option TRAPDEBUG (which youMiod Vallat
2004-01-20let XFS compile; miod okTheo de Raadt
2004-01-19Get rid of a few useless defines, as well as a few duplicated ones; andMiod Vallat
2004-01-19``3 pages of u-area ought to be enough for everybody''Miod Vallat
2004-01-19The pessimistic tlb handling change turned out to be one more instance ofMiod Vallat
2004-01-17Now that the phys_map_vaddr bug is out of the way, it's time to bring backMiod Vallat
2004-01-16People who immediately clobber registers containing the result of subfunctionsMiod Vallat
2004-01-15Disable write-back mappings for userland entirely; pmap_copy_page() stillMiod Vallat
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
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