Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/arch/x86



Module Name:    src
Committed By:   tron
Date:           Thu Aug 25 20:20:08 UTC 2005

Modified Files:
        src/sys/arch/x86/include [netbsd-3]: bus_private.h
        src/sys/arch/x86/x86 [netbsd-3]: bus_dma.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #695):
        sys/arch/x86/x86/bus_dma.c: revision 1.22
        sys/arch/x86/include/bus_private.h: revision 1.2
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.2.1 -r1.1.2.2 src/sys/arch/x86/include/bus_private.h
cvs rdiff -r1.19.2.1 -r1.19.2.2 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