There should be no need to retry when the CCB status code is
authorPeter Avalos <pavalos@dragonflybsd.org>
Sat, 1 Dec 2007 22:54:18 +0000 (22:54 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sat, 1 Dec 2007 22:54:18 +0000 (22:54 +0000)
commitbaa93599f97b9e9220d4d14234a2caab8b465eac
tree8fedb4e52ae252a7cc5439e643c33929d77ab558
parent4cf33ad5ea4ae5e48426201877faa7c33f1d2f95
There should be no need to retry when the CCB status code is
CAM_LUN_INVALID or CAM_TID_INVALID.

This avoids crashes in camisr() when umass devices are
unplugged during probing.

Obtained-from: FreeBSD
sys/bus/cam/cam_periph.c