aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-07-09 20:53:19 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-07-09 20:53:19 +0000
commit83edbfa5ffc8ab43c3e52f0c4b808e579fc23b44 (patch)
treeb371b76b217f1cba353936f52396ce9a24ef3859 /sys/dev/fdc/fdc.c
parente3b525a006f661532bf0b4e1190f915df89cb413 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc/fdc.c')
-rw-r--r--sys/dev/fdc/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 8a09707db7aa..d45027850f60 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -99,7 +99,7 @@
#define FDC_ERRMAX 100 /* do not log more */
/*
* Stop retrying after this many DMA overruns. Since each retry takes
- * one revolution, with 300 rpm., 25 retries take approximately 10
+ * one revolution, with 300 rpm., 25 retries take approximately 5
* seconds which the read attempt will block in case the DMA overrun
* is persistent.
*/