cvs commit: src/sys/cam cam_periph.c

Ian Dowse iedowse at FreeBSD.org
Sun Jan 8 12:04:56 PST 2006


iedowse     2006-01-08 20:04:55 UTC

  FreeBSD src repository

  Modified files:
    sys/cam              cam_periph.c 
  Log:
  There should be no need to retry when the CCB status code is
  CAM_LUN_INVALID or CAM_TID_INVALID. Retries were being triggered
  here when a umass device was unplugged, and while the retries
  themselves are probably harmless, they complicated finding the real
  SIM removal problems.
  
  Revision  Changes    Path
  1.61      +2 -0      src/sys/cam/cam_periph.c


More information about the cvs-src mailing list