Date: Tue, 18 Apr 2006 21:52:01 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_cam.c Message-ID: <200604182152.k3ILq1Ic014814@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-04-18 21:52:01 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: In receiving a new ATIO, don't record the associated CCB in the target state structure. This field is only for CCBs that are associated with actions that are occurring on the HBA (i.e., XPT_CONT_IO actions). This way we also don't get confused when the upstream listener stalls try and look at a CCB which has already been freed (by CAM). Revision Changes Path 1.15 +15 -16 src/sys/dev/mpt/mpt_cam.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604182152.k3ILq1Ic014814>