Source-Changes archive

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

CVS commit: [bouyer-xen2] src/sys/arch/xen



Module Name:    src
Committed By:   bouyer
Date:           Thu Jan 20 12:31:35 UTC 2005

Modified Files:
        src/sys/arch/xen/conf [bouyer-xen2]: files.xen
Added Files:
        src/sys/arch/xen/x86 [bouyer-xen2]: bus_dma.c

Log Message:
bus_dma(9) for xen. Derived from arch/x86/x86/bus_dma.c.
bounce buffers not supported yet, because xen doesn't have an interface
to request memory in a specific range (this means that DMA on ISA won't
be supported), but I've left the code commented out because xen will
likely provide an appropriate hypercall in the future.


To generate a diff of this commit:
cvs rdiff -r1.14.4.4 -r1.14.4.5 src/sys/arch/xen/conf/files.xen
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/xen/x86/bus_dma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index