Fix the SCSI Extended INQUIRY probe case when an error is returned
authorken <ken@FreeBSD.org>
Mon, 8 Feb 2016 22:13:08 +0000 (22:13 +0000)
committerken <ken@FreeBSD.org>
Mon, 8 Feb 2016 22:13:08 +0000 (22:13 +0000)
commit63a60c271f3a9672a5c6327c1c29d5e5e80d56c9
tree0243b8f3cd61fc45dfec5918afdc6317a8a71a5c
parentea49a7d810b717845d6cd16b2013e1100014cec6
Fix the SCSI Extended INQUIRY probe case when an error is returned
and a retry is scheduled.

Instead of leaving the device queue frozen, unfreeze the device queue so
that the retry can happen.

Sponsored by: Spectra Logic
MFC after: 3 days
sys/cam/scsi/scsi_xpt.c