CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/02/08 20:09:57

Modified files:
        sys/arch/macppc/dev: if_bm.c if_mc.c 
        sys/dev/ic     : gem.c re.c 
        sys/dev/pci    : if_em.c if_pcn.c if_bge.c if_vio.c 
        sys/net        : if.c if_var.h 
        sys/net80211   : ieee80211_input.c 

Log message:
tweak the new if_input function so it takes an mbuf_list instead
of a single mbuf. this forces us to batch work between the hardware
rx handlers and the stack.

this includes a converstion of bge from ether_input to if_input.

ok claudio@ pelikan@ mpi@

Reply via email to