CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/07/07 23:35:19
Modified files: sys/arch/socppc/dev: if_tsec.c sys/dev/ic : gem.c gemvar.h hme.c hmevar.h re.c rtl81x9reg.h xl.c xlreg.h sys/dev/pci : if_bge.c if_bgereg.h if_bnx.c if_bnxreg.h if_em.c if_em.h if_ix.c if_ix.h if_msk.c if_mskvar.h if_myx.c if_oce.c if_sis.c if_sisreg.h if_vic.c if_vio.c if_vmx.c if_vr.c if_vrreg.h sys/kern : uipc_mbuf.c usr.bin/systat : mbufs.c Log message: cut things that relied on mclgeti for rx ring accounting/restriction over to using if_rxr. cut the reporting systat did over to the rxr ioctl. tested as much as i can on alpha, amd64, and sparc64. mpi@ has run it on macppc. ok mpi@