K 10 svn:author V 3 mux K 8 svn:date V 27 2003-02-18T18:50:54.000000Z K 7 svn:log V 286 - Fix mbuf leak when we successfully allocate a new mbuf but fail to bus_dmamap_load() it. - Make it so reusing mbufs when we can't allocate (or map) new ones actually works. We were previously trying to reuse a mbuf which was already bus_dmamap_unload()'ed. Reviewed by: silby END