DragonFly commits List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/dev/netif/em
On Mon, Oct 18, 2004 at 10:47:52PM -0700, Matthew Dillon wrote:
> Remove an unnecessary bus_dmamap_create and destroy for the rx and tx
> descriptor rings. No bounce buffers are ever needed since bus_dmamem_alloc()
> allocates the correct type of memory and never needs a bounce buffer.
This is in fact a memory leak in the kernel, if bounce pages have been
allocated.
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]