summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/scsi/scsi_da.c')
-rw-r--r--sys/cam/scsi/scsi_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index c2cf226..c98799c3 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -3200,7 +3200,7 @@ dareprobe(struct cam_periph *periph)
softc = (struct da_softc *)periph->softc;
/* Probe in progress; don't interfere. */
- if ((softc->flags & DA_FLAG_PROBED) == 0)
+ if (softc->state != DA_STATE_NORMAL)
return;
status = cam_periph_acquire(periph);
OpenPOWER on IntegriCloud