Age | Commit message (Expand) | Author |
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 |
2004-07-02 | Make page-aligned variable contiguous. Saves almost one page of data. | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Disable a -O2 specific optimization which causes kern_fork (and probably other | Miod Vallat |
2004-07-02 | Be sure to fill intrhand structures correctly. | Miod Vallat |
2004-07-02 | Remove unused extra intrhand. | Miod Vallat |
2004-06-26 | When altering mmu registers, disable interrupts rather than splhigh(). | Miod Vallat |
2004-06-24 | Typos in DEBUG code. | Miod Vallat |
2004-06-23 | Assorted night cleanups: | Miod Vallat |
2004-06-23 | Remove useless debug code. | Miod Vallat |
2004-06-23 | When servicing 88110 exceptions, reset dsr and isr as fast as possible. | Miod Vallat |
2004-06-23 | Since the NMI interrupt source on 88110 is, well, non maskable, it is | Miod Vallat |
2004-06-22 | During exception processing, we are not supposed to fault immediately | Miod Vallat |
2004-06-22 | Change various macro and symbol names in order to have recognizable *100* | Miod Vallat |
2004-06-22 | Turn m88k_protection() into a macro again, compensating for 88110 | Miod Vallat |
2004-06-22 | After 88110 exception processing, do not reset the in-frame [di][lp]ar | Miod Vallat |
2004-06-22 | On 88110, simplify enip processing: | Miod Vallat |
2004-06-22 | Do not access [id][pl]ar registers from C code - we only care about their | Miod Vallat |
2004-06-19 | Share common ddb files accross m88k platforms. | Miod Vallat |
2004-06-10 | Fix a logic error in sglist creation. | Miod Vallat |
2004-05-26 | Define correct EOF and EOL characters in the default firmware termios | Miod Vallat |
2004-05-26 | Use physical addresses as seen in the A24 MVME332XT address space, this | Miod Vallat |
2004-05-25 | Make bpp_send() return the packet error code when invoked with NOWAIT. | Miod Vallat |