CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/08/09 05:40:58
Modified files: sys/dev/pci : if_bge.c if_bnx.c if_em.c if_iwn.c if_ix.c if_msk.c if_sis.c if_vic.c if_vr.c if_wpi.c sys/kern : uipc_mbuf.c sys/sys : mbuf.h share/man/man9 : mbuf.9 sys/arch/socppc/dev: if_tsec.c sys/arch/sparc64/dev: vnet.c sys/dev/ic : gem.c hme.c re.c Log message: MCLGETI() will now allocate a mbuf header if it is not provided, thus reducing the amount of splnet/splx dancing required.. especially in the worst case (of m_cldrop) ok dlg kettenis damien