diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-04-14 09:55:48 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-04-14 09:55:48 +0000 |
| commit | e5dfa058dab8fa6b71f15a4212dc1ec68b04bfea (patch) | |
| tree | df9949ed179b54ed307f0058d4d461e9e3179b33 /sys/dev/ciss | |
| parent | cccf422080e22281bbcb96e29128a89ce00cd4d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ciss')
| -rw-r--r-- | sys/dev/ciss/ciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 36839316edca..1444982f1819 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -2913,7 +2913,7 @@ ciss_cam_rescan_target(struct ciss_softc *sc, int bus, int target) return; } - if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, + if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sc->ciss_cam_sim[bus]), target, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { ciss_printf(sc, "rescan failed (can't create path)\n"); |
