CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/05/26 22:03:20
Modified files: sys/dev/pci : if_mcx.c Log message: set up rx so packets end up at the end of the mbuf cluster. this means if something wants to m_prepend to it later on, there's probably a ton of space available for it. this is similar to the changes i made on some intel nic drivers. ok jmatthew@ and his bit of paper with a diagram of how the maths works.