summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2008-08-16 21:26:58 +0000
committerken <ken@FreeBSD.org>2008-08-16 21:26:58 +0000
commit4e5478c963e4a76535c8e6c57a4e5c030658b3d3 (patch)
treeaafa7fcff4612bfbd6224f867a46288ba3b74f2a /sys
parent7875473205f9848902c9283c03b5b79bbaca415c (diff)
downloadFreeBSD-src-4e5478c963e4a76535c8e6c57a4e5c030658b3d3.zip
FreeBSD-src-4e5478c963e4a76535c8e6c57a4e5c030658b3d3.tar.gz
SCSI_DELAY is specified in milliseconds, not seconds.
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index 3e8c90f..f36e98b 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
#endif /* !_KERNEL */
/*
- * This is the default number of seconds we wait for devices to settle
+ * This is the default number of milliseconds we wait for devices to settle
* after a SCSI bus reset.
*/
#ifndef SCSI_DELAY
OpenPOWER on IntegriCloud