summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/sshdma.c
AgeCommit message (Collapse)Author
2001-06-14Big cleanup of VM issues:Miod Vallat
o get rid of m88k_foo macros when there is an mi foo macro o remove the ability, for the pmap module, to handle a native mmu page size different from the vm module page size. This allows some optimizations in pmap.c o remove dead stuff from <machine/vmparam.h>
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
other siop driver. Change siop-related defines to ssh-related defines everywhere.