cvs commit: src/sys/dev/em if_em.c
Scott Long
scottl at FreeBSD.org
Mon Oct 18 19:44:38 PDT 2004
scottl 2004-10-19 02:44:38 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Forced commit to note that the previous change also elimates calls to
bus_dmamap_create|destroy for the rx and tx descriptor buffers. Since these
buffers are created with bus_dmamem_alloc(), there is no reason to also
create a map, and doing so just wastes memory.
Revision Changes Path
1.49 +0 -0 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list