summaryrefslogtreecommitdiff
path: root/sys/dev/siis
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-11-17 21:23:05 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-11-17 21:23:05 +0000
commit99695a07ce87518f67c78d2be4feb96413ed5693 (patch)
treeb395ff27e40fd53fc0c82d49dbc6806f6d5fa3d1 /sys/dev/siis
parent4799e6b756ff697de6c186646b6ceb62b4724b6f (diff)
Notes
Diffstat (limited to 'sys/dev/siis')
-rw-r--r--sys/dev/siis/siis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c
index 41a5cc7e5b49..73786f3a613e 100644
--- a/sys/dev/siis/siis.c
+++ b/sys/dev/siis/siis.c
@@ -454,7 +454,7 @@ siis_ch_attach(device_t dev)
}
/* Construct SIM entry */
ch->sim = cam_sim_alloc(siisaction, siispoll, "siisch", ch,
- device_get_unit(dev), &ch->mtx, SIIS_MAX_SLOTS, 0, devq);
+ device_get_unit(dev), &ch->mtx, 2, SIIS_MAX_SLOTS, devq);
if (ch->sim == NULL) {
device_printf(dev, "unable to allocate sim\n");
error = ENOMEM;