]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r212663
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Sep 2010 19:55:37 +0000 (19:55 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Sep 2010 19:55:37 +0000 (19:55 +0000)
commit4ac068330dd0802c4172ed8c72191d2aa9e17fc1
tree27e4e47ef219d96cae9493e9b88b2010ec155ec0
parenteea5a2389dbccff310ae3d2bc7cdff13e0c20e7e
MFC: r212663

- Update the comment in swi_vm() regarding busdma bounce buffers; it's
  unlikely that support for these ever will be implemented on sparc64 as
  the IOMMUs are able to translate to up to the maximum physical address
  supported by the respective machine, bypassing the IOMMU is affected
  by hardware errata and being able to support DMA engines which cannot
  do at least 32-bit DMA does not justify the costs.
- The page zeroing in uma_small_alloc() may use the VIS-based block zero
  function so take advantage of it.

git-svn-id: svn://svn.freebsd.org/base/stable/8@213014 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/vm_machdep.c