summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev
AgeCommit message (Expand)Author
2001-12-22MVME917 documentation comment.Steve Murphree
2001-12-22Correct badvaddr() usage.Steve Murphree
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-20machine dependant pointer changes.Steve Murphree
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-19bus switch name shortened. Added register definitons and functionality.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-14Even more one-liners to get the kernel to link.Miod Vallat
2001-12-14One more free commit, thanks to smurph@, in order to get GENERIC going.Miod Vallat
2001-12-13Support for MVME917 complete.Steve Murphree
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-28zap some typedefs.Artur Grabowski
2001-11-07post-mmap API change fixes.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-28Let 188-only kernels compile.Miod Vallat
2001-10-28I have nothing against stack checks at clock ints, as long as they areMiod Vallat
2001-09-23Don't redefine pmap_kernel() locally.Miod Vallat
2001-09-20occured->occurredMike Pechkin
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-31I should get more sleep.Miod Vallat
2001-08-31Assorted changes to really let non-DDB kernels (such as the future RAMDISK,Miod Vallat
2001-08-31Clean the DDB entry procedure for all console drivers, and honourMiod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24Remove unused debugging code, fix uninitialized variables.Miod Vallat
2001-08-24There is no need to hide potentially useful stuff in .c files.Miod Vallat
2001-08-24Correctly tell if a syscon is main one on 188.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-08New timeouts.Miod Vallat
2001-07-09trivial ether_input_mbuf().Federico G. Schwindt
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27recieve -> receiveNathan Binkert
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11unifyTheo de Raadt
2001-03-27Make this compile correctly for non-mvme187 compatible kernelMiod Vallat
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-07Fix open comment.Miod Vallat
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat