Age | Commit message (Expand) | Author |
2004-10-01 | guarded_access() is really only used by the MVME188 interrupt engine, so | Miod Vallat |
2004-10-01 | More mvme88k code cleaning: | Miod Vallat |
2004-10-01 | Oops, trimmed includes too much for RAMDISK. | Miod Vallat |
2004-09-30 | Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations when | Miod Vallat |
2004-09-30 | Closer to reality comments. | Miod Vallat |
2004-09-30 | More code shuffling, probably the final touch. | Miod Vallat |
2004-09-30 | Move common signal code to m88k-agnostic location. | Miod Vallat |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-09-06 | Jumbo pack of fixes: | Miod Vallat |
2004-08-25 | Swap the sources for clock and statclock on MVME188 (the Z8536 being more | Miod Vallat |
2004-08-25 | Rearm the DUART counter as soon as we enter the interrupt handler, to not | Miod Vallat |
2004-08-25 | Better DUART timer interval computation for clock. | Miod Vallat |
2004-08-25 | Use a simpler delay() routine for MVME188, from Mach via Luna88k | Miod Vallat |
2004-08-24 | The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, since | Miod Vallat |
2004-08-24 | Oops, unbreak dartcngetc(). | Miod Vallat |
2004-08-24 | Correctly initialize and shuffle statclock on 1x7. | Miod Vallat |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat |
2004-08-09 | Take advantage of the recent ABI change to use less stack space and do | Miod Vallat |
2004-08-06 | Merge Luna88k and mvme88k M88200 management code. Features: | Miod Vallat |
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat |
2004-08-04 | Use the ad hoc register define to access the Pbus fault status register, | Miod Vallat |
2004-08-04 | Completely remove BATC code. BATC on 88200 are way too small to be worth | Miod Vallat |
2004-08-04 | More cleaning: | Miod Vallat |
2004-08-04 | KNF and a spanking in the ddb helper code. | Miod Vallat |
2004-08-03 | Overhaul of the MVME188 logic: | Miod Vallat |
2004-08-03 | hide more inside _KERNEL; miod ok | Theo de Raadt |
2004-08-03 | Clear CMMU fault status registers after reading them, for 4:1 and 8:1 | Miod Vallat |
2004-08-02 | On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exception | Miod Vallat |
2004-08-02 | Fun with the BUG: | Miod Vallat |
2004-08-02 | Better Z8536 initial programming. | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-08-01 | Trim include file list. | Miod Vallat |
2004-08-01 | Move 88100 DAE code to its own file, shared between luna88k and mvme88k. | Miod Vallat |
2004-07-31 | Always claim dart interrupts, even if they report disabled conditions, but | Miod Vallat |
2004-07-31 | To know our cpu number, it is much easier and safer to check through which | Miod Vallat |
2004-07-30 | Really initialize the z8536; gives us the profiling clock again on 188. | Miod Vallat |
2004-07-30 | Put printf arguments in correct order in a DIAGNOSTIC message. | Miod Vallat |
2004-07-30 | #if DIAGNOSTIC -> #ifdef DIAGNOSTIC | Miod Vallat |
2004-07-30 | I finally remembered the fast and smart way to know how much memory a | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-29 | Better diagnostic message on MVME188 interrupt handler, when we are unable to | Miod Vallat |
2004-07-28 | Remove EH_DEBUG code. | Miod Vallat |
2004-07-27 | Factorize exception handling code. The only different part between luna88k | Miod Vallat |
2004-07-25 | Merge luna88k and mvme88k pmap. The pmap will now assume that the memory | Miod Vallat |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |
2004-07-23 | Better fix for the ttymodem issue. | Miod Vallat |
2004-07-23 | Eventually get the MVME188 reset sequence to work, and allow it to return | Miod Vallat |
2004-07-23 | Be more careful when handling interrupts - especially the first one after | Miod Vallat |
2004-07-23 | Better delay code for MVME188. Should make console and network much more | Miod Vallat |
2004-07-23 | Move luna88k and mvme88k vm_machdep to m88k-agnostic code area. | Miod Vallat |