CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/01/06 23:20:38
Modified files: sys/dev/pci : if_em.c Log message: simplify the calculation of the dmamem size for the tx and rx rings. we dont user config of the ring size, especially before attach time, and the dmamem api takes care of rounding up to PAGE_SIZE if it needs to.