Date: Tue, 1 Jul 2003 11:08:06 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 busdma_machdep.c Message-ID: <200307011808.h61I86xU080248@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307011808.h61I86xU080248>