diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-05-24 07:02:25 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-05-24 07:02:25 +0000 |
| commit | 51e23558827dd60a32ce321dd69032a2f4ac2ef1 (patch) | |
| tree | 98d7ca75febb72f045bd84f9fa945072084c8cc1 /sys/dev/isp/isp_target.c | |
| parent | 2aeec2960a5702c54b4b48fe2cb26545e231c3e4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.c')
| -rw-r--r-- | sys/dev/isp/isp_target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 03e71eebc77e..d26d1e35d427 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -882,7 +882,7 @@ isp_handle_ctio(struct ispsoftc *isp, ct_entry_t *ct) char *fmsg = NULL; if (ct->ct_syshandle) { - xs = isp_find_xs(isp, ct->ct_syshandle); + xs = isp_find_xs_tgt(isp, ct->ct_syshandle); if (xs == NULL) pl = ISP_LOGALL; } else { @@ -1042,7 +1042,7 @@ isp_handle_ctio2(struct ispsoftc *isp, ct2_entry_t *ct) char *fmsg = NULL; if (ct->ct_syshandle) { - xs = isp_find_xs(isp, ct->ct_syshandle); + xs = isp_find_xs_tgt(isp, ct->ct_syshandle); if (xs == NULL) pl = ISP_LOGALL; } else { |
