Date: Sun, 8 Jan 2006 20:04:55 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c Message-ID: <200601082004.k08K4tMv055275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601082004.k08K4tMv055275>