K 10 svn:author V 3 mux K 8 svn:date V 27 2003-04-05T23:24:23.000000Z K 7 svn:log V 252 Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the RX part of this driver too. It's better since the code wasn't dealing with bus_dmamap_load() returning EINPROGRESS, and this can't happen with bus_dmamap_load_mbuf(). Submitted by: jake END