Date: Tue, 25 Feb 2003 22:48:32 -0700 From: Scott Long <scott_long@btc.adaptec.com> To: Scott Long <scottl@freebsd.org> 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> In-Reply-To: <200302260255.h1Q2txFf035697@repoman.freebsd.org> References: <200302260255.h1Q2txFf035697@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226054831.GA2301>