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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to