CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2025/07/14 05:52:43
Modified files: sys/dev/pci : if_em.c Log message: Reorder checks for I210/I350 chips so that we don't remove the last 4 bytes of the packet if they happen to be split across an mbuf boundary, as these always strip the CRC before the driver sees it. all the hard work figuring out what was happening done by dtucker@ tested on I210 by dtucker@ and kevlo@, on I350 by me and hrvoje ok kevlo@ stsp@