cvs commit: src/sys/arm/at91 if_ate.c

[ Available lists | Index of cvs-src | Month of Aug 2006 | Week of 25 Aug 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Olivier Houchard <cognet@FreeBSD.org>
Date
25 Aug 2006 13:38:43
Subject
cvs commit: src/sys/arm/at91 if_ate.c
Message-ID
200608251338.k7PDcgnu067104@repoman.freebsd.org


[ Hide this part ]
cognet      2006-08-25 13:38:42 UTC

FreeBSD src repository

Modified files:
sys/arm/at91 if_ate.c
Log:
Do not create dma maps with bus_dmamap_create, as we call
bus_dmamem_alloc later which will overwrite the value, leading to a small
memory leak.

Revision Changes Path
1.10 +0 -5 src/sys/arm/at91/if_ate.c


Elapsed time: 0.042 seconds