Age | Commit message (Expand) | Author |
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 |
2004-05-25 | Make this driver aware of non-1:1 mappings. | Miod Vallat |
2004-05-23 | Put back the fixed NCPUS == 1 version of flush_atc_entry(). | Miod Vallat |
2004-05-23 | Simplify iomap_mapin(). | Miod Vallat |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat |
2004-05-22 | Reset the board during probe. As a result, we can now honor the SCSI | Miod Vallat |
2004-05-22 | Safer work queue thaw sequence. | Miod Vallat |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-19 | No need to force a kernel mapping for the sram, the sram driver will do it | Miod Vallat |
2004-05-17 | KNF and minor cleaning. | Miod Vallat |
2004-05-16 | Simplify bugtty_chkinput(), from mvmeppc. | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat |
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat |
2004-05-07 | Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking | Miod Vallat |
2004-05-07 | Do not rely upon a fictitious MAXPHYSMEM value, but rather the actual | Miod Vallat |
2004-05-07 | Compute the size of the kernel page table at runtime, depending upon the | Miod Vallat |
2004-05-06 | Do not leak resources if bus_space_map() fails during attach, or we don't | Miod Vallat |
2004-05-06 | When the NVRAM is toast and we have to guess the CPU speed, choose a safer | Miod Vallat |
2004-05-04 | Always ask the user for the root device if we are "swap generic" and the | Miod Vallat |
2004-04-30 | Correctly cope with unaligned memory pointers in d16_b*() | Miod Vallat |
2004-04-30 | Fix logic botch resulting in a too optimistic openings value. | Miod Vallat |
2004-04-29 | Repair depend phase | Miod Vallat |
2004-04-29 | Bugfix sync with mvme68k: | Miod Vallat |