General bus malloc() flags cleanup, M_NOWAIT -> M_INTWAIT. Note: leave
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 7 Apr 2004 05:54:41 +0000 (05:54 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 7 Apr 2004 05:54:41 +0000 (05:54 +0000)
commit6c4c657bac167808ba7554c5bff381df4387b4ab
tree12cc40407a238fafb9d21ba75a47ecffaf535575
parentc5541aee854b0d32586182b733a9ea4d4c92168b
General bus malloc() flags cleanup, M_NOWAIT -> M_INTWAIT.  Note: leave
isa dmabuf bouncebuffer code as is (it uses malloc() M_NOWAIT and then
falls back to contigmalloc).
sys/bus/firewire/firewire.c
sys/bus/firewire/fwdev.c
sys/bus/firewire/fwohci.c
sys/bus/isa/i386/isa.c
sys/bus/isa/isa_common.c
sys/bus/isa/pnp.c
sys/bus/isa/pnpparse.c
sys/bus/mca/mca_bus.c
sys/bus/ppbus/ppbconf.c