Age | Commit message (Expand) | Author |
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 |
2004-07-22 | Do not use db_printf() to trace data access exceptions. | Miod Vallat |
2004-07-20 | Forgot to put this chunk in. | Miod Vallat |
2004-07-20 | Let the boot device detection code handle secondary SCSI buses. | Miod Vallat |
2004-07-20 | Work in progress to support daughterboards. The driver now will attach a | Miod Vallat |
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat |
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat |
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat |
2004-07-18 | Typos | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-13 | Remove compiler options workarounds for savectx breakage. | Miod Vallat |