Change NOWAITs into WAITOKs. In FreeBSD NOWAIT allocations seem to be
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Mar 2005 18:30:36 +0000 (18:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Mar 2005 18:30:36 +0000 (18:30 +0000)
commit6348892b197761d3d860b2fb5977adef05f566f7
treeccc4320995237e70fc256af074b37abc7660f956
parent50bac93a6016f4265d331c9370a021f0b97e2758
Change NOWAITs into WAITOKs.  In FreeBSD NOWAIT allocations seem to be
expected to succeed.  In DragonFly a NOWAIT allocation can in fact fail.
sys/dev/netif/ipw/if_ipw.c