DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: ifpoll: Factor out code for devices which does not support multiple queues
commit b5de76b18f204bedae7e18c5797ac98ae3f94bd1
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Sun Oct 28 21:11:43 2012 +0800
ifpoll: Factor out code for devices which does not support multiple queues
Mainly avoid code duplication.
While I'm here, fix a typo in em(4) which always enable interrupt during
interface initialization.
Summary of changes:
sys/dev/netif/bnx/if_bnx.c | 85 +++++----------------------------------
sys/dev/netif/bnx/if_bnxvar.h | 4 +-
sys/dev/netif/em/if_em.c | 90 +++++-----------------------------------
sys/dev/netif/em/if_em.h | 4 +-
sys/net/if_poll.c | 71 ++++++++++++++++++++++++++++++++
sys/net/if_poll.h | 13 ++++++
6 files changed, 108 insertions(+), 159 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b5de76b18f204bedae7e18c5797ac98ae3f94bd1
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]