summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-02Upon invoking the freshly loaded binary, populate registers via embedded asmMiod Vallat
2003-10-02Fix some DAE processing logic - the kernel would incorrectly end up retryingMiod Vallat
2003-10-02Ack external interrupts before reenabling them on 187.Miod Vallat
2003-10-02Round VM_MAX_KERNEL_ADDRESS to a page boundary.Miod Vallat
2003-10-01Unused bits.Miod Vallat
2003-10-01There is no point in chown/chmod outside the install target.Miod Vallat
2003-10-01Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.Miod Vallat
2003-09-29Disable cache on page tables unconditionnaly, not only for MVME188: magicallyMiod Vallat
2003-09-29Better use of phys_map_vaddr* (does not matter until we start using more thanMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
2003-09-28Clean the MVME188 external interrupts routine, and do not let it loop foreverMiod Vallat
2003-09-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-09-28Properly acknowledge MVME188 clock interrupts.Miod Vallat
2003-09-28Be volatile enough to start the clock on 188.Miod Vallat
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-27Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very endMiod Vallat
2003-09-26Not useful anymore...Miod Vallat
2003-09-26Death to the bitfields, this time "struct dmt_reg" - and I think that's all.Miod Vallat
2003-09-26Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In theMiod Vallat
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-09-26Death to bitfields, this time "struct psr".Miod Vallat
2003-09-26Add majors and devsw entries for the missing scsi devices on mvme*8k.Miod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-19In pmap_changebit(), do not flush tlb entries unless really necessary.Miod Vallat
2003-09-17More cleaning of the exception handling code, and collateral damage:Miod Vallat
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullyMiod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgMiod Vallat
2003-09-09Remove DDB conditionals and always define T_KDB_*Miod Vallat
2003-09-08Revert the changes reordering the data access exception processing in theMiod Vallat
2003-09-07Oops, use the local MVMEPROM_CALL(), rather than the one which used to beMiod Vallat
2003-09-07The PTE bit used to flag wiring is zeroed behind our back on 88110, soMiod Vallat
2003-09-07Narrow a conditional in non-88110 area...Miod Vallat
2003-09-07Get rid of PREP2's SSBR parameter, since it does not have sense for 88110.Miod Vallat
2003-09-06Large cleaning of exception handling:Miod Vallat
2003-09-05Never enable interrupts just before processing data exceptions, but ratherMiod Vallat
2003-09-05Do not drop the user into DDB without a really, really good reason.Miod Vallat
2003-09-04What I blamed on a specific CMMU fault pecularity turned out to be, in fact,Miod Vallat
2003-09-03I'm walking on very, very thin ice here. Still trying to get the ``special''Miod Vallat
2003-09-03Use symbolic constants for pbus fault codes.Miod Vallat
2003-09-03Be more cautious in the previous fix - we don't want to skip valid data accessMiod Vallat
2003-09-02User mode page faults for page zero require special treatment to preventMiod Vallat
2003-09-02There is a weird problems related to interrupts - we need to enable them tooMiod Vallat
2003-09-02just like mvme68k; miod okTheo de Raadt