diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-02 06:28:55 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-02 06:28:55 +0000 |
| commit | 5f5aafe1fcdeb8cd06e03569f45f947d3a75b040 (patch) | |
| tree | ec9c1d41dbb6dd6b09c3acaa0c06b674028a2297 /sys/dev/isp/isp_target.c | |
| parent | 003fb9ec2fc013c77e9ba2372d15f3c03f978d39 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.c')
| -rw-r--r-- | sys/dev/isp/isp_target.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index b0f7245db01f8..51b78fb8fd72b 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -2,7 +2,7 @@ /* * Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters. * - * Copyright (c) 1999, 2000 by Matthew Jacob + * Copyright (c) 1999, 2000, 2001 by Matthew Jacob * All rights reserved. * mjacob@feral.com * @@ -420,7 +420,7 @@ isp_target_put_atio(isp, iid, tgt, lun, ttype, tval) */ int -isp_endcmd(struct ispsoftc *isp, void *arg, u_int32_t code, u_int32_t hdl) +isp_endcmd(struct ispsoftc *isp, void *arg, u_int32_t code, u_int16_t hdl) { int sts; union { @@ -467,6 +467,7 @@ isp_endcmd(struct ispsoftc *isp, void *arg, u_int32_t code, u_int32_t hdl) cto->ct_header.rqs_entry_type = RQSTYPE_CTIO; cto->ct_header.rqs_entry_count = 1; + cto->ct_fwhandle = aep->at_handle; cto->ct_iid = aep->at_iid; cto->ct_tgt = aep->at_tgt; cto->ct_lun = aep->at_lun; |
