Date: Thu, 4 Feb 2010 06:45:14 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203478 - head/sys/dev/isp Message-ID: <201002040645.o146jEhO038134@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjacob Date: Thu Feb 4 06:45:14 2010 New Revision: 203478 URL: http://svn.freebsd.org/changeset/base/203478 Log: Yet another target mode compilation error. Modified: head/sys/dev/isp/isp_library.c Modified: head/sys/dev/isp/isp_library.c ============================================================================== --- head/sys/dev/isp/isp_library.c Thu Feb 4 06:44:42 2010 (r203477) +++ head/sys/dev/isp/isp_library.c Thu Feb 4 06:45:14 2010 (r203478) @@ -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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002040645.o146jEhO038134>