General M_NOWAIT -> M_INTWAIT work, except in periodic timeout() routines
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Jun 2004 15:39:31 +0000 (15:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 21 Jun 2004 15:39:31 +0000 (15:39 +0000)
commit076ae0ab6fe06a93a9a1241b0b27b9cd073900c3
treeff58332586e99e707d11f0a0ff2475e160839b12
parent2754a9124f6f93d9a2431b48674f9f2a1e0c8ab8
General M_NOWAIT -> M_INTWAIT work, except in periodic timeout() routines
which can handle occassional malloc() failures and really shouldn't block.
16 files changed:
sys/dev/raid/aac/aac.c
sys/dev/raid/amr/amr.c
sys/dev/raid/amr/amr_cam.c
sys/dev/raid/asr/asr.c
sys/dev/raid/ciss/ciss.c
sys/dev/raid/dpt/dpt_scsi.c
sys/dev/raid/ida/ida.c
sys/dev/raid/iir/iir.c
sys/dev/raid/ips/ips_commands.c
sys/dev/raid/mlx/mlx.c
sys/dev/raid/mly/mly.c
sys/dev/raid/pst/pst-iop.c
sys/dev/raid/pst/pst-raid.c
sys/dev/raid/twa/twa.c
sys/dev/raid/twa/twa_cam.c
sys/dev/raid/twa/twa_freebsd.c