summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-02Mention that, on most 187 and 197, if the SCSI controller is not the bootMiod Vallat
2004-01-02MC88110 errata states that, for instruction faults, in case of bus errorMiod Vallat
2004-01-02Sync m197_ext_int() logic with m187_ext_int() logic.Miod Vallat
2004-01-02Better openings value computation.Miod Vallat
2004-01-02Relaxed dependencies, and do not undef DEBUG.Miod Vallat
2004-01-02There is no such thing as ``device cpu'' for now.Miod Vallat
2004-01-02Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!)Miod Vallat
2004-01-02The scratch pages used in pmap_zero_page() and pmap_copy_page() being specialMiod Vallat
2004-01-02When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one,Miod Vallat
2004-01-01Oops, commited from the wrong tree.Miod Vallat
2004-01-01Let this attach correctly.Miod Vallat
2004-01-01Add sram on mvme187.Miod Vallat
2004-01-01Some typos just never die (here controler vs controller).Miod Vallat
2003-12-30Add support for all six Motorola-supported configurations of MVME376Miod Vallat
2003-12-30In pmap_copy_page() and pmap_zero_page(), it is not enough to flush theMiod Vallat
2003-12-29Since pmap_activate() does a complete user tlb flush, it is not necessaryMiod Vallat
2003-12-29correct probe console printf; miod okTheo de Raadt
2003-12-28Crank default data and stack limits, align with m68k values.Miod Vallat
2003-12-28Having vmel and vmes keep another pointer to their parent in their softc isMiod Vallat
2003-12-28dma_cachectl() takes a va and computes the pa from it, no need to invoke itMiod Vallat
2003-12-28More optimizations borrowed from the m68k pmap:Miod Vallat
2003-12-27Replace the MVME376 driver from a homemade and dusty if_ve driver toMiod Vallat
2003-12-27Handle odd sizes in d16_bcopy() and d16_bzero().Miod Vallat
2003-12-27Do not print vaddr in vme attachments.Miod Vallat
2003-12-27Basic cleaning and KNF; no functional change.Miod Vallat
2003-12-26Merge the attachment part and the real work part of the SCSI drivers inMiod Vallat
2003-12-25Enable vx(4) again - while it still awaits more tests, it can attach withoutMiod Vallat
2003-12-25Provide common D16 vmespace block access functions, instead of vs and vx eachMiod Vallat
2003-12-25Remove duplicate ident strings.Miod Vallat
2003-12-25Disable vx* for now.Miod Vallat
2003-12-25Floating-point status register exception bits are supposed to be maintainedMiod Vallat
2003-12-24Murphy's law applied to BSD:Miod Vallat
2003-12-24Since we have real bus error faults, and handle them as such, always treatMiod Vallat
2003-12-23Data access faults occuring inside copyin() or copyinstr() would getMiod Vallat
2003-12-23styleMiod Vallat
2003-12-23Simplify the syscall() routines. Also put a really meaningful limit to theMiod Vallat
2003-12-22Do not play games with the instruction fetch pointers when preserving aMiod Vallat
2003-12-22Get rid of kvtop() usage in dma_cachectl().Miod Vallat
2003-12-22Correctly handle vme attachments which specify a larger ca_len size thanMiod Vallat
2003-12-21-fno-builtin-* finally testedMarc Espie
2003-12-21Switch db_expr_t from int to long, per consistency with other platforms.Miod Vallat
2003-12-19Pass -Wformat, and silence a few vme* debug printf.Miod Vallat
2003-12-19The physical address of a pmap's segment table is only used to compute anMiod Vallat
2003-12-19When temporarily unlocking a pmap, do not release the spl as well.Miod Vallat
2003-12-14Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbitMiod Vallat
2003-12-14Remove unnecessary trunc_page() calls, and change pmap_enter() logic toMiod Vallat
2003-12-12Provide a better delay() resolution on 188.Miod Vallat
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat