K 10 svn:author V 6 scottl K 8 svn:date V 27 2004-10-19T02:44:38.000000Z K 7 svn:log V 266 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. END