Source-Changes archive

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

CVS commit: src/sys/arch/x86



Module Name:    src
Committed By:   bouyer
Date:           Sat Aug 20 19:18:11 UTC 2005

Modified Files:
        src/sys/arch/x86/include: bus_private.h
        src/sys/arch/x86/x86: bus_dma.c

Log Message:
More adjustements to deal with Xen's physical <=> machine addresses mappings:
- Allow _bus_dmamem_alloc_range to be provided from external source:
  Use a _PRIVATE_BUS_DMAMEM_ALLOC_RANGE macro, defined to
  _bus_dmamem_alloc_range by default.
- avail_end is the end of the physical address range. Define a macro
 _BUS_AVAIL_END (defined by default to avail_end) and use it instead.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/bus_private.h
cvs rdiff -r1.21 -r1.22 src/sys/arch/x86/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