From owner-freebsd-arch Mon Dec 17 18:12:35 2001 Delivered-To: freebsd-arch@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C40F737B41C for ; Mon, 17 Dec 2001 18:12:33 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fBI2CWa13998; Mon, 17 Dec 2001 19:12:32 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fBI2CUM81074; Mon, 17 Dec 2001 19:12:31 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112180212.fBI2CUM81074@harmony.village.org> To: Thomas Moestl Subject: Re: Please review: changes to MI bus code for sparc64 Cc: arch@FreeBSD.ORG In-reply-to: Your message of "Thu, 13 Dec 2001 21:15:44 +0100." <20011213211544.A4747@crow.dom2ip.de> References: <20011213211544.A4747@crow.dom2ip.de> <20011213192033.A871@crow.dom2ip.de> <200112131901.fBDJ1hl02003@mass.dis.org> Date: Mon, 17 Dec 2001 19:12:30 -0700 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011213211544.A4747@crow.dom2ip.de> Thomas Moestl writes: : I'm not sure how this is meant. As I wrote, I am using it to manage virtual : DVMA memory, so I need to be able to allocate resources with given : alignment and boundary (to implement the busdma interface). Specifying : an alignment is already supported. The only method to enforce a : boundary at a higher level I could think of would be to try to adjust : the allocation, which would be a gross hack. I don't understand the difference between boundary and alignment. The resource manager already supports specifying an alignment in the flags argument. I know, I added it :-). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message