diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-08-01 12:24:13 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-08-01 12:24:13 +0000 |
| commit | 1914fdecbeb8eae2ae1c156d6bff9fe49a8d64b2 (patch) | |
| tree | 8e00c7a56f8347a1f8136f747fd4b6847074d83a /sys/dev/mps | |
| parent | 39faed57b68ed9ce138617489f573d1ad48be6eb (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mps_sas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index ecdc10e75281..dba981e7ed33 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -3003,6 +3003,7 @@ mpssas_action_resetdev(struct mpssas_softc *sassc, union ccb *ccb) tm->cm_desc.HighPriority.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_HIGH_PRIORITY; tm->cm_complete = mpssas_resetdev_complete; tm->cm_complete_data = ccb; + tm->cm_targ = targ; mps_map_command(sc, tm); } |
