CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/07/07 18:17:44
Modified files: sys/dev/pci : if_em.c Log message: in em_rxeof, when the ifp stack var is declared its initted to the right value out of the softc. then its assigned the same value again after the rest of the var decls. well, it used to be. not after this commit.