summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-12-13 19:40:00 +0000
committermjacob <mjacob@FreeBSD.org>1999-12-13 19:40:00 +0000
commitad4df1eda4bf1c8ecce71bd514f1282b39a66d7b (patch)
tree8d6d0eb9e23310192649fc2dbf87e5879e29b1ea /sys/cam/cam_xpt.c
parentd49556544e539736c3642ba27816e61694a831f4 (diff)
downloadFreeBSD-src-ad4df1eda4bf1c8ecce71bd514f1282b39a66d7b.zip
FreeBSD-src-ad4df1eda4bf1c8ecce71bd514f1282b39a66d7b.tar.gz
minor comment update
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 1fd1296..83e2a5b 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -5151,6 +5151,7 @@ proberegister(struct cam_periph *periph, void *arg)
/*
* Ensure we've waited at least a bus settle
* delay before attempting to probe the device.
+ * For HBAs that don't do bus resets, this won't make a difference.
*/
cam_periph_freeze_after_event(periph, &periph->path->bus->last_reset,
SCSI_DELAY);
OpenPOWER on IntegriCloud