Module Name: src Committed By: jakllsch Date: Mon Jul 26 15:41:33 UTC 2010
Modified Files: src/sys/dev/ic: siisata.c siisatavar.h Log Message: Store information for bus_dmamem_unmap() and bus_dmamem_free() somewhere outside the bus_dmamap_t. The bus_dmamap_t has already been destroyed by this time. Fixes DMA memory leak at siisata_detach() time. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/siisata.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/siisatavar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.