The NetBSD Project

CVS log for src/sys/arch/xen/conf/files.xen

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / xen / conf

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-3-0-RC6


Revision 1.18.2.6 / (download) - annotate - [select for diffs], Thu Aug 25 20:49:54 2005 UTC (18 years, 7 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.18.2.5: +2 -1 lines
Diff to previous 1.18.2.5 (colored) to branchpoint 1.18 (colored)

Pull up following revision(s) (requested by bouyer in ticket #696):
	sys/arch/xen/x86/xen_bus_dma.c: revision 1.1
	sys/arch/xen/include/bus_private.h: revision 1.2
	sys/arch/xen/conf/files.xen: revision 1.28
Deal with the machine address space being non-contigous in bus_dmamem_alloc():
- Define _BUS_AVAIL_END to 0xffffffff, as we don't have an easy way to
  find the upper bound for our machine address space (and this can change
  when we swap pages with the hypervisor).
- implement _xen_bus_dmamem_alloc_range(), which will request a contigous
  set of pages to the hypervisor if the pages returned by uvm_pglistalloc()
  don't fit the constraints.
We can't deal with the low/high constraints yet, because Xen doesn't offer a
way to get pages in a specific ranges of addresses.
Based on patches from Dave Thompson (in private mail), with heavy hacking
by me.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>