From owner-cvs-src-old@FreeBSD.ORG Sun Nov 16 19:54:01 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 553C01065686 for ; Sun, 16 Nov 2008 19:54:01 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47E3A8FC14 for ; Sun, 16 Nov 2008 19:54:01 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAGJs1qo097196 for ; Sun, 16 Nov 2008 19:54:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAGJs1tr097195 for cvs-src-old@freebsd.org; Sun, 16 Nov 2008 19:54:01 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200811161954.mAGJs1tr097195@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 16 Nov 2008 19:53:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include iommureg.h iommuvar.h src/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 19:54:01 -0000 marius 2008-11-16 19:53:49 UTC FreeBSD src repository Modified files: sys/sparc64/include iommureg.h iommuvar.h sys/sparc64/sparc64 iommu.c Log: SVN rev 185008 on 2008-11-16 19:53:49Z by marius - Allow the front-end to specify that iommu(4) should disable rerun of the streaming cache for silicon bug workarounds. - Announce the presence of a streaming cache on attach for informational purposes. - For performance reasons don't do unnecessary flushes of the streaming cache when coherent mappings are synced. - Fix some minor style issues. Revision Changes Path 1.9 +5 -4 src/sys/sparc64/include/iommureg.h 1.18 +6 -3 src/sys/sparc64/include/iommuvar.h 1.48 +15 -13 src/sys/sparc64/sparc64/iommu.c