aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.c
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-02-04 06:45:14 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-02-04 06:45:14 +0000
commit54e81dece7099c2de7f99d67851548d02bc06ef7 (patch)
tree7d5697e98ec11e50d395344fac1c2007f76605d8 /sys/dev/isp/isp_library.c
parent93db1e020b1623a420d87742a04a8c55b3288624 (diff)
downloadsrc-54e81dece7099c2de7f99d67851548d02bc06ef7.tar.gz
src-54e81dece7099c2de7f99d67851548d02bc06ef7.zip
Yet another target mode compilation error.
Notes
Notes: svn path=/head/; revision=203478
Diffstat (limited to 'sys/dev/isp/isp_library.c')
-rw-r--r--sys/dev/isp/isp_library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c
index 87a5e9d05300..57b84002ec9d 100644
--- a/sys/dev/isp/isp_library.c
+++ b/sys/dev/isp/isp_library.c
@@ -650,7 +650,7 @@ isp_clear_commands(ispsoftc_t *isp)
#ifdef ISP_TARGET_MODE
for (tmp = 0; isp->isp_tgtlist && tmp < isp->isp_maxcmds; tmp++) {
uint8_t local[QENTRY_LEN];
- hdp = &isp->isp_tgt_xflist[tmp];
+ hdp = &isp->isp_tgtlist[tmp];
if (hdp->handle == ISP_HANDLE_FREE) {
continue;
}