Date: Sun, 21 Nov 2004 04:43:28 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c Message-ID: <200411210443.iAL4hSlD022703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-11-21 04:43:28 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c Log: MFC amd64: Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag. Allocate the bounce zone at either tag creation or map creation to help avoid null-pointer derefs later on. Track total pages per zone so that each zone can get a minimum allocation at tag creation time instead of being defeated by mis-behaving tags that suck up the max amount. Revision Changes Path 1.66 +45 -29 src/sys/i386/i386/busdma_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411210443.iAL4hSlD022703>