CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/04/20 06:24:52
Modified files: sys/dev/pci : if_bnx.c Log message: when transmitting packets, put the dmamap we used for the packet into the last descriptor slot in the ring. the tx completion code expects the dmamap to be there so it can unload it. ok reyk@