git: kernel - Fix M_NOWAIT's in e1000/if_igb driver
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Dec 18 01:05:26 PST 2010
commit e16ab72d9d5324261f30f6c7d94ed5805f09b7d2
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list