summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/vs.c
AgeCommit message (Collapse)Author
2001-06-26A few changes to mvme68k:Miod Vallat
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me.
2001-06-25cold is in systm nowMichael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2000-06-10better ifdefTheo de Raadt
2000-01-25Added support for MVME328 SCSI VME board.Steve Murphree