看板 DFBSD_commit 關於我們 聯絡資訊
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