Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 20:31:09 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/sparc64 iommu.c src/sys/sun4v/sun4v hviommu.c
Message-ID:  <201009142031.o8EKVcQZ024104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-09-14 20:31:09 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  iommu.c 
    sys/sun4v/sun4v      hviommu.c 
  Log:
  SVN rev 212620 on 2010-09-14 20:31:09Z by marius
  
  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.
  
  Revision  Changes    Path
  1.52      +0 -3      src/sys/sparc64/sparc64/iommu.c
  1.6       +0 -3      src/sys/sun4v/sun4v/hviommu.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009142031.o8EKVcQZ024104>