aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2012-06-04 07:03:56 +0000
committerAlexander Motin <mav@FreeBSD.org>2012-06-04 07:03:56 +0000
commit041e8cc5d05b87955a52af63b3c5d41ba66dbd13 (patch)
tree00759f7948d3ec201215ee90aee01f10cc34660e /sys/dev/mvs
parentf1c6aa836cb98a14c4d424c1383274672d588504 (diff)
Notes
Diffstat (limited to 'sys/dev/mvs')
-rw-r--r--sys/dev/mvs/mvs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c
index 54808c51b585..81dcd561f62b 100644
--- a/sys/dev/mvs/mvs.c
+++ b/sys/dev/mvs/mvs.c
@@ -654,7 +654,9 @@ mvs_ch_intr_locked(void *data)
struct mvs_channel *ch = device_get_softc(dev);
mtx_lock(&ch->mtx);
+ xpt_batch_start(ch->sim);
mvs_ch_intr(data);
+ xpt_batch_done(ch->sim);
mtx_unlock(&ch->mtx);
}