summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-07-02Make page-aligned variable contiguous. Saves almost one page of data.Miod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-07-02Disable a -O2 specific optimization which causes kern_fork (and probably otherMiod Vallat
2004-07-02Be sure to fill intrhand structures correctly.Miod Vallat
2004-07-02Remove unused extra intrhand.Miod Vallat
2004-06-26When altering mmu registers, disable interrupts rather than splhigh().Miod Vallat
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-23Assorted night cleanups:Miod Vallat
2004-06-23Remove useless debug code.Miod Vallat
2004-06-23When servicing 88110 exceptions, reset dsr and isr as fast as possible.Miod Vallat
2004-06-23Since the NMI interrupt source on 88110 is, well, non maskable, it isMiod Vallat
2004-06-22During exception processing, we are not supposed to fault immediatelyMiod Vallat
2004-06-22Change various macro and symbol names in order to have recognizable *100*Miod Vallat
2004-06-22Turn m88k_protection() into a macro again, compensating for 88110Miod Vallat
2004-06-22After 88110 exception processing, do not reset the in-frame [di][lp]arMiod Vallat
2004-06-22On 88110, simplify enip processing:Miod Vallat
2004-06-22Do not access [id][pl]ar registers from C code - we only care about theirMiod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-10Fix a logic error in sglist creation.Miod Vallat
2004-05-26Define correct EOF and EOL characters in the default firmware termiosMiod Vallat
2004-05-26Use physical addresses as seen in the A24 MVME332XT address space, thisMiod Vallat
2004-05-25Make bpp_send() return the packet error code when invoked with NOWAIT.Miod Vallat
2004-05-25Make this driver aware of non-1:1 mappings.Miod Vallat
2004-05-23Put back the fixed NCPUS == 1 version of flush_atc_entry().Miod Vallat
2004-05-23Simplify iomap_mapin().Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-22Reset the board during probe. As a result, we can now honor the SCSIMiod Vallat
2004-05-22Safer work queue thaw sequence.Miod Vallat
2004-05-22Convert to bus_space; but it still uses kvtop()...Miod Vallat
2004-05-21More cleaning, better registers programming, better error messages.Miod Vallat
2004-05-20More "can't help but clean things while reading".Miod Vallat
2004-05-20General cleanup before attempting to move towards bus_space and bus_dma.Miod Vallat
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-19No need to force a kernel mapping for the sram, the sram driver will do itMiod Vallat
2004-05-17KNF and minor cleaning.Miod Vallat
2004-05-16Simplify bugtty_chkinput(), from mvmeppc.Miod Vallat
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
2004-05-08Do not duplicate fragments from <machine/conf.h>.Miod Vallat
2004-05-07Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment forMiod Vallat
2004-05-07bus_dma(9) implementation for mvme88k, mostly based upon powerpc.Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07Do not rely upon a fictitious MAXPHYSMEM value, but rather the actualMiod Vallat
2004-05-07Compute the size of the kernel page table at runtime, depending upon theMiod Vallat
2004-05-06Do not leak resources if bus_space_map() fails during attach, or we don'tMiod Vallat
2004-05-06When the NVRAM is toast and we have to guess the CPU speed, choose a saferMiod Vallat
2004-05-04Always ask the user for the root device if we are "swap generic" and theMiod Vallat
2004-04-30Correctly cope with unaligned memory pointers in d16_b*()Miod Vallat
2004-04-30Fix logic botch resulting in a too optimistic openings value.Miod Vallat
2004-04-29Repair depend phaseMiod Vallat
2004-04-29Bugfix sync with mvme68k:Miod Vallat