Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Thu May  7 13:09:37 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/common
In directory nb00:/tmp/cvs-serv24589/common

Modified Files:
        bus_dma.c 
Log Message:
Simplify the direct-mapped DMA case somewhat by adding a window base
member to the DMA tag, and calling the direct-mapped back-ends directly,
rather than through chipset-specific front-ends which pass the window
base as an additional argument.


thorpej
Thu May  7 13:09:37 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv24589/include

Modified Files:
        bus.h 
Log Message:
Simplify the direct-mapped DMA case somewhat by adding a window base
member to the DMA tag, and calling the direct-mapped back-ends directly,
rather than through chipset-specific front-ends which pass the window
base as an additional argument.


thorpej
Thu May  7 13:09:38 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv24589/pci

Modified Files:
        apecs_dma.c cia_dma.c dwlpx_dma.c lca_dma.c mcpcia_dma.c 
Log Message:
Simplify the direct-mapped DMA case somewhat by adding a window base
member to the DMA tag, and calling the direct-mapped back-ends directly,
rather than through chipset-specific front-ends which pass the window
base as an additional argument.


thorpej
Thu May  7 13:09:38 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory nb00:/tmp/cvs-serv24589/tc

Modified Files:
        tc_dma.c tc_dma_3000_500.c 
Log Message:
Simplify the direct-mapped DMA case somewhat by adding a window base
member to the DMA tag, and calling the direct-mapped back-ends directly,
rather than through chipset-specific front-ends which pass the window
base as an additional argument.




Home | Main Index | Thread Index | Old Index