CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/08/08 08:58:49
Modified files: sys/dev/pci : if_igc.c Log message: igc(4): Use same size for DMA mapping and allocation for rx bufs Also remove the ETHER_ALIGN which leads to corruped mbufs. ok bluhm@