diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2009-11-17 21:23:05 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2009-11-17 21:23:05 +0000 |
| commit | 99695a07ce87518f67c78d2be4feb96413ed5693 (patch) | |
| tree | b395ff27e40fd53fc0c82d49dbc6806f6d5fa3d1 /sys/dev/siis | |
| parent | 4799e6b756ff697de6c186646b6ceb62b4724b6f (diff) | |
Notes
Diffstat (limited to 'sys/dev/siis')
| -rw-r--r-- | sys/dev/siis/siis.c | 2 |
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; |
