From owner-cvs-all Wed Feb 26 8:37:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31DC37B401; Wed, 26 Feb 2003 08:37:31 -0800 (PST) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BAA43F93; Wed, 26 Feb 2003 08:37:28 -0800 (PST) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h1QGalF15137; Wed, 26 Feb 2003 08:36:47 -0800 Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id IAA03592; Wed, 26 Feb 2003 08:37:21 -0800 (PST) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id JAA10965; Wed, 26 Feb 2003 09:37:19 -0700 (MST) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.7/8.12.7) with ESMTP id h1Q5mWef002324; Tue, 25 Feb 2003 22:48:32 -0700 (MST) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.7/8.12.7/Submit) id h1Q5mWum002323; Tue, 25 Feb 2003 22:48:32 -0700 (MST) Date: Tue, 25 Feb 2003 22:48:32 -0700 From: Scott Long To: Scott Long Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac_pci.c Message-ID: <20030226054831.GA2301@hollin.btc.adaptec.com> References: <200302260255.h1Q2txFf035697@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302260255.h1Q2txFf035697@repoman.freebsd.org> User-Agent: Mutt/1.4i 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 On Tue, Feb 25, 2003 at 06:55:59PM -0800, Scott Long wrote: > scottl 2003/02/25 18:55:59 PST > > Modified files: > sys/dev/aac aac_pci.c > Log: > Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recent > fix to BUS_SPACE_MAXADDR, we were probably bouncing quite a bit =-( > > Revision Changes Path > 1.30 +2 -2 src/sys/dev/aac/aac_pci.c As a follow-up, I evidently misread Maxime's commit message from earlier and confused BUS_SPACE_MAXADDR with BUS_SPACE_MAXSIZE. The above commit is still valid since the driver would have been broken on arches that can address greater than BUS_SPACE_MAXADDR_32BIT on thier PCI bus. Sorry for the confusion. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message