CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2016/01/06 23:49:04

Modified files:
        sys/dev/pci    : if_em.c 

Log message:
host the rx ring dmamap syncs out of em_get_buf into em_rxfill.

this lets us do the syncs once for a fill of the ring instead of
once for every packet put onto the ring. it mirrors how we try to
do things for tx.

Reply via email to