]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r212620
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 18 Sep 2010 08:20:36 +0000 (08:20 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 18 Sep 2010 08:20:36 +0000 (08:20 +0000)
commit4b6cb2c61a2fcf0652636345c83a0abed7fdbe5e
treecc6a07c4a2281fc2c6402ef663ac3f8c0983b22e
parentcce01aedff79a3e4ef8f6c11d2b11c058c8a7c95
MFC: r212620

Remove a KASSERT which will also trigger for perfectly valid combinations
of small maxsize and "large" (including BUS_SPACE_UNRESTRICTED) nsegments
parameters. Generally using a presz of 0 (which indeed might indicate the
use of bogus parameters for DMA tag creation) is not fatal, it just means
that no additional DVMA space will be preallocated.

git-svn-id: svn://svn.freebsd.org/base/stable/8@212816 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/iommu.c
sys/sun4v/sun4v/hviommu.c