Date: Tue, 01 Jul 2003 12:11:53 -0600 From: Scott Long <scottl@freebsd.org> To: Maxime Henrion <mux@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ia64/ia64 busdma_machdep.c Message-ID: <3F01CEE9.5070401@freebsd.org> In-Reply-To: <200307011808.h61I86xU080248@repoman.freebsd.org> References: <200307011808.h61I86xU080248@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F01CEE9.5070401>