summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-04-15Remove more dead code.Miod Vallat
2004-04-15constify baud rate to hardware parameters structures.Miod Vallat
2004-04-15Nuke unneeded definitions.Miod Vallat
2004-04-15Remove orphaned CLCD_DO_POLLED_INPUT code.Miod Vallat
2004-04-14Way too much include files here...Miod Vallat
2004-04-14If resetting a MVME188 which is not system controller, only trigger a localMiod Vallat
2004-04-14After enough checks on real hardware, it turns out the documentation is wrong,Miod Vallat
2004-04-14Correctly register syscon interrupt handlers.Miod Vallat
2004-04-14Nuke getdevunit(), nothing uses it.Miod Vallat
2004-04-14Get the right address for the BusSwitch external cache control register.Miod Vallat
2004-04-14When trying to program tho 88410, be sure to unmask both flash banksMiod Vallat
2004-04-14Simplify pmap_bootstrap() interface.Miod Vallat
2004-04-14Remove unused softc members.Miod Vallat
2004-04-14typoMiod Vallat
2004-04-12Minor tweaks to appease gcc 3.Miod Vallat
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
2004-03-26Do not dereference pointers before checking whether they are valid (triple si...Miod Vallat
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-03-04Don't spl0() while polling, splbio() is enough and required.Miod Vallat
2004-03-03In vmapbuf(), we actually only need to allow cache snooping, but enforcingMiod Vallat
2004-02-19When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
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