CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/07/07 18:11:50
Modified files: sys/dev/pci : if_em.c Log message: em_rxeof is only called from em_intr, and only if IFF_RUNNING is set. em_rxeof doesnt have to check that flag again.