mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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.
This commit is contained in:
parent
8a2e22dec0
commit
44b8600b65