CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2009/02/17 15:28:41

Modified files:
        sys/arch/mvme68k/conf: GENERIC MVME147 MVME162 MVME167 MVME177 
                               RAMDISK files.mvme68k 
        sys/arch/mvme68k/dev: if_le.c if_lereg.h mc.c pcc.c pcctwo.c 
                              vme.c vme.h vs.c vsreg.h vsvar.h 
        sys/arch/mvme68k/include: autoconf.h bus.h 
        sys/arch/mvme68k/mvme68k: autoconf.c 
Added files:
        sys/arch/mvme68k/dev: bpp.c bppvar.h mainbus.c osiop_mvme68k.c 
                              vsbic.c 
        sys/arch/mvme68k/mvme68k: bus_dma.c 
Removed files:
        sys/arch/mvme68k/dev: ssh.c ssh_script.out ssh_script.ss 
                              sshdma.c sshreg.h sshvar.h 

Log message:
Add real bus_space and bus_dma to mvme68k, so that it can benefit from
recent driver work; this gives us better osiop and vs drivers, vsbic
(although currently disabled on 68060 boards until more bugs are fixed),
and the ability to boot and root off vs and vsbic.

Existing code is not modified and still uses memory mapped structures;
this might change eventually as more code gets factorized and moved to
MI land.

Reply via email to