diff options
| author | Scott Long <scottl@FreeBSD.org> | 2007-10-19 15:19:22 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2007-10-19 15:19:22 +0000 |
| commit | 0b4bef9bd3b0c4fa890fd06a2ea63297a1ff7a5c (patch) | |
| tree | bfca94e3f5fe8b286b7e53b3507c3393dfefaa6a /sys/dev | |
| parent | ffda5de57ba52b23a999dd73c69eb0af3753a3cc (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ciss/ciss.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 64b1cc978c55..05ca46d7a723 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -2491,7 +2491,8 @@ ciss_cam_init(struct ciss_softc *sc) if ((sc->ciss_cam_sim[i] = cam_sim_alloc(ciss_cam_action, ciss_cam_poll, "ciss", sc, device_get_unit(sc->ciss_dev), - &sc->ciss_mtx, 1, + &sc->ciss_mtx, + sc->ciss_max_requests - 2, sc->ciss_max_requests - 2, sc->ciss_cam_devq)) == NULL) { ciss_printf(sc, "can't allocate CAM SIM for controller %d\n", i); |
