CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/08/29 11:40:09
Modified files: sys/dev/pci : if_ix.c Log message: Set the rx mbuf size to MCLBYTES + ETHER_ALIGN for strict alignment architectures to communicate better what size is needed to mclgeti. Makes ix(4) consistent with em(4). ok mikeb@, dlg@