summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-08-03Overhaul of the MVME188 logic:Miod Vallat
2004-08-03hide more inside _KERNEL; miod okTheo de Raadt
2004-08-03Clear CMMU fault status registers after reading them, for 4:1 and 8:1Miod Vallat
2004-08-02On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exceptionMiod Vallat
2004-08-02Fun with the BUG:Miod Vallat
2004-08-02Better Z8536 initial programming.Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-08-01Trim include file list.Miod Vallat
2004-08-01Move 88100 DAE code to its own file, shared between luna88k and mvme88k.Miod Vallat
2004-07-31Always claim dart interrupts, even if they report disabled conditions, butMiod Vallat
2004-07-31To know our cpu number, it is much easier and safer to check through whichMiod Vallat
2004-07-30Really initialize the z8536; gives us the profiling clock again on 188.Miod Vallat
2004-07-30Put printf arguments in correct order in a DIAGNOSTIC message.Miod Vallat
2004-07-30#if DIAGNOSTIC -> #ifdef DIAGNOSTICMiod Vallat
2004-07-30I finally remembered the fast and smart way to know how much memory aMiod Vallat
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
2004-07-29Better diagnostic message on MVME188 interrupt handler, when we are unable toMiod Vallat
2004-07-28Remove EH_DEBUG code.Miod Vallat
2004-07-27Factorize exception handling code. The only different part between luna88kMiod Vallat
2004-07-25Merge luna88k and mvme88k pmap. The pmap will now assume that the memoryMiod Vallat
2004-07-24intr_establish() and related defines are mvme88k-only, so move them back fromMiod Vallat
2004-07-23Better fix for the ttymodem issue.Miod Vallat
2004-07-23Eventually get the MVME188 reset sequence to work, and allow it to returnMiod Vallat
2004-07-23Be more careful when handling interrupts - especially the first one afterMiod Vallat
2004-07-23Better delay code for MVME188. Should make console and network much moreMiod Vallat
2004-07-23Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.Miod Vallat
2004-07-22Do not use db_printf() to trace data access exceptions.Miod Vallat
2004-07-20Forgot to put this chunk in.Miod Vallat
2004-07-20Let the boot device detection code handle secondary SCSI buses.Miod Vallat
2004-07-20Work in progress to support daughterboards. The driver now will attach aMiod Vallat
2004-07-20Use sc_print_addr for error messages.Miod Vallat
2004-07-19Recognize the daughter board type, if any - but it is not supported yet.Miod Vallat
2004-07-19After a work queue has been aborted and the abort has been acknowledged,Miod Vallat
2004-07-19When we want to thaw all work queues we care about, do it correctly.Miod Vallat
2004-07-19Direct REQUEST_SENSE commands to the correct target, instead of alwaysMiod Vallat
2004-07-18TyposMiod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13Remove compiler options workarounds for savectx breakage.Miod Vallat
2004-07-02Make page-aligned variable contiguous. Saves almost one page of data.Miod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-07-02Disable a -O2 specific optimization which causes kern_fork (and probably otherMiod Vallat
2004-07-02Be sure to fill intrhand structures correctly.Miod Vallat
2004-07-02Remove unused extra intrhand.Miod Vallat
2004-06-26When altering mmu registers, disable interrupts rather than splhigh().Miod Vallat
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-23Assorted night cleanups:Miod Vallat
2004-06-23Remove useless debug code.Miod Vallat
2004-06-23When servicing 88110 exceptions, reset dsr and isr as fast as possible.Miod Vallat
2004-06-23Since the NMI interrupt source on 88110 is, well, non maskable, it isMiod Vallat
2004-06-22During exception processing, we are not supposed to fault immediatelyMiod Vallat