git: kernel: switch newer drivers back to if_input()

Franco Fichtner franco at crater.dragonflybsd.org
Tue Jul 1 08:44:22 PDT 2014


commit be4134c6de016a14e1e4075e6445db306c564b39
Author: Franco Fichtner <franco at lastsummer.de>
Date:   Sun Jun 29 20:34:13 2014 +0200

    kernel: switch newer drivers back to if_input()
    
    Restore the if_input() invoke.  This is needed to reenable
    tapping into if_input through drivers like netmap(4).
    
    Reviewed by: sephe

Summary of changes:
 sys/dev/netif/bce/if_bce.c | 2 +-
 sys/dev/netif/bnx/if_bnx.c | 2 +-
 sys/dev/netif/emx/if_emx.c | 2 +-
 sys/dev/netif/igb/if_igb.c | 2 +-
 sys/dev/netif/ix/if_ix.c   | 2 +-
 sys/dev/netif/jme/if_jme.c | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/be4134c6de016a14e1e4075e6445db306c564b39


-- 
DragonFly BSD source repository



More information about the Commits mailing list