看板 DFBSD_commit 關於我們 聯絡資訊
commit 9b562f1928fb5506dd95a9d8705ef2921d07e233 Author: Matthew Dillon <dillon@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