https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581
Piotr Kubaj <pku...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pku...@freebsd.org Status|New |Closed Resolution|--- |Overcome By Events --- Comment #8 from Piotr Kubaj <pku...@freebsd.org> --- Patch from comment 4 doesn't apply anymore. In if_em.c the code around e1000_rlpml_set_vf looks like: if (sc->vf_ifp) e1000_rlpml_set_vf(hw, psize); else E1000_WRITE_REG(hw, E1000_RLPML, psize); There is no return to be removed. Since the patch doesn't apply anymore and there is no recent information about this bug on a supported release, I'm closing this PR. Please reopen if the issue is still valid. -- You are receiving this mail because: You are the assignee for the bug.