cvs commit: src/sys/dev/mpt mpt_cam.c

Matt Jacob mjacob at FreeBSD.org
Tue Apr 18 21:52:01 UTC 2006


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


More information about the cvs-src mailing list