DragonFly BSD
DragonFly commits List (threaded) for 2010-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: wpi - Fix mbuf flags and kmalloc flags, plus refcount nodes.


From: Joe Talbott <josepht@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Jul 2010 18:33:55 -0700 (PDT)

commit f688ab3ea4e850ceee24ec9e065e2fa98af6c600
Author: Joe Talbott <josepht@dragonflybsd.org>
Date:   Mon Jul 12 19:06:02 2010 -0400

    wpi - Fix mbuf flags and kmalloc flags, plus refcount nodes.
    
    Use MB_xxx flags to mbuf API calls rather than M_xxx.
    
    Don't use M_NOWAIT in kmalloc() calls.
    
    Bring in some ieee80211_node reference counting as discussed on
    the FreeBSD-Current mailing list recently.
    
    http://docs.freebsd.org/cgi/getmsg.cgi?fetch=178502+0+current/freebsd-current
    
    Discussed-With: dillon

Summary of changes:
 sys/dev/netif/wpi/if_wpi.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f688ab3ea4e850ceee24ec9e065e2fa98af6c600


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]