git: kernel - Implement POLLING support for if_igb, change token->lockmgr lock
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 19 17:33:04 PST 2010
commit 9b562f1928fb5506dd95a9d8705ef2921d07e233
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 19 17:24:29 2010 -0800
kernel - Implement POLLING support for if_igb, change token->lockmgr lock
* Clean up the polling code so it works.
* Use a lockmgr lock instead of a token, the original driver writer
expected a normal lock.
Summary of changes:
sys/dev/netif/e1000/if_igb.c | 50 ++++++++++++-----------------------------
sys/dev/netif/e1000/if_igb.h | 38 ++++++++++++++++----------------
2 files changed, 34 insertions(+), 54 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9b562f1928fb5506dd95a9d8705ef2921d07e233
--
DragonFly BSD source repository
More information about the Commits
mailing list