summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-08-25Use a simpler delay() routine for MVME188, from Mach via Luna88kMiod Vallat
2004-08-24The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, sinceMiod Vallat
2004-08-24Oops, unbreak dartcngetc().Miod Vallat
2004-08-24Correctly initialize and shuffle statclock on 1x7.Miod Vallat
2004-08-19Fix (well, rewrite) the start() logic - not only would it eat characters,Miod Vallat
2004-08-09Take advantage of the recent ABI change to use less stack space and doMiod Vallat
2004-08-06Merge Luna88k and mvme88k M88200 management code. Features:Miod Vallat
2004-08-05Unbreak luna88k; spotted by aoyama@Miod Vallat
2004-08-04Use the ad hoc register define to access the Pbus fault status register,Miod Vallat
2004-08-04Completely remove BATC code. BATC on 88200 are way too small to be worthMiod Vallat
2004-08-04More cleaning:Miod Vallat
2004-08-04KNF and a spanking in the ddb helper code.Miod Vallat
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