From owner-cvs-src@FreeBSD.ORG Wed Apr 26 16:33:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D416A401; Wed, 26 Apr 2006 16:33:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D563843D48; Wed, 26 Apr 2006 16:33:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k3QGUrDV038851; Wed, 26 Apr 2006 10:30:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 26 Apr 2006 10:31:07 -0600 (MDT) Message-Id: <20060426.103107.118021725.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <444E7BFE.4040800@samsco.org> References: <444E7750.206@samsco.org> <200604251540.00170.jhb@freebsd.org> <444E7BFE.4040800@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bce if_bcereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 16:33:13 -0000 In message: <444E7BFE.4040800@samsco.org> Scott Long writes: : > this case bus_dma_tag_create()'s low_addr argument is supposed to be a : > bus_addr_t according to the man page. :) : > : : Both the lowaddr and highaddr arguments are bus_addr_t. The more I : think about it, the boundary argument should really be a bus_addr_t. I agree with this as well. Since you are talking about alignment of addresses for the boundary argument, it too should be an address. Warner