From owner-cvs-all Fri Dec 21 14: 0:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B375337B416; Fri, 21 Dec 2001 14:00:52 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBLM0qu79833; Fri, 21 Dec 2001 14:00:52 -0800 (PST) (envelope-from tmm) Message-Id: <200112212200.fBLM0qu79833@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 21 Dec 2001 14:00:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 iommu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/12/21 14:00:52 PST Modified files: sys/sparc64/sparc64 iommu.c Log: Use the new rman_reserve_resource_bound() function to get boundaries for DVMA allocations right, instead of trying to kluge around it. Use the correct tag to pass the dmamap unload call up to. Some minor cleanups. Revision Changes Path 1.2 +7 -40 src/sys/sparc64/sparc64/iommu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message