mux 2003/04/08 11:56:46 PDT FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: - Pass a busdma tag and a busdma map to fxp_dma_wait() so that it can do the necessary bus_dmamap_sync() calls. - While I'm here, reorder arguments to match other functions. Revision Changes Path 1.166 +13 -8 src/sys/dev/fxp/if_fxp.c