Date: Tue, 6 Oct 1998 20:38:15 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c Message-ID: <199810070338.UAA01783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/10/06 20:38:15 PDT Modified files: sys/i386/i386 busdma_machdep.c Log: Fix a parent tag reference count bug during tag teardown. Enable optimization for nobounce_dmamap clients by setting the map held by the client to NULL. This allows the macros in bus.h to check against a constant to avoid function calls. Don't attempt to 'free()' contigmalloced pages in bus_dmamem_free(). We currently leak these pages, which is not ideal, but is better than a panic. The leak will be fixed when contigmalloc is merged into the bus dma framework after 3.0R. Revision Changes Path 1.10 +18 -7 src/sys/i386/i386/busdma_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810070338.UAA01783>