git: kernel - Fix M_NOWAIT's in e1000/if_igb driver

看板DFBSD_commit作者時間15年前 (2010/12/18 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e16ab72d9d5324261f30f6c7d94ed5805f09b7d2 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Dec 18 00:34:27 2010 -0800 kernel - Fix M_NOWAIT's in e1000/if_igb driver * M_NOWAITs should be M_INTWAITs. Fixes numerous boot-time problems with the driver. Summary of changes: sys/dev/netif/e1000/if_em.c | 10 +++++----- sys/dev/netif/e1000/if_igb.c | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e16ab72d9d5324261f30f6c7d94ed5805f09b7d2 -- DragonFly BSD source repository
文章代碼(AID): #1D37-Mdv (DFBSD_commit)