From owner-cvs-src@FreeBSD.ORG Tue Jul 1 11:14:21 2003 Return-Path: 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 8F6CA37B401; Tue, 1 Jul 2003 11:14:21 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E684543FB1; Tue, 1 Jul 2003 11:14:20 -0700 (PDT) (envelope-from scottl@freebsd.org) 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 h61IEKs07035; Tue, 1 Jul 2003 11:14:20 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id LAA13562; Tue, 1 Jul 2003 11:14:19 -0700 (PDT) Message-ID: <3F01CEE9.5070401@freebsd.org> Date: Tue, 01 Jul 2003 12:11:53 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxime Henrion References: <200307011808.h61I86xU080248@repoman.freebsd.org> In-Reply-To: <200307011808.h61I86xU080248@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ia64/ia64 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 01 Jul 2003 18:14:22 -0000 Maxime Henrion wrote: > mux 2003/07/01 11:08:06 PDT > > FreeBSD src repository > > Modified files: > sys/ia64/ia64 busdma_machdep.c > Log: > Sync bounce pages support with the alpha backend. More precisely: > o use a mutex to protect the bounce pages structure. > o use a SYSINIT function to initialize the bounce pages structures > and thus avoid a race condition in alloc_bounce_pages(). > o add support for the BUS_DMA_NOWAIT flag in bus_dmamap_load(). > o remove obsolete splhigh()/splx() calls. > o remove printf() about incorrect locking in busdma_swi() and sync > busdma_swi() with the one of the alpha backend. > o use __FBSDID. > > Revision Changes Path > 1.28 +55 -39 src/sys/ia64/ia64/busdma_machdep.c > Awesome! Thanks a lot! Scott