diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-07-09 20:53:19 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-07-09 20:53:19 +0000 |
| commit | 83edbfa5ffc8ab43c3e52f0c4b808e579fc23b44 (patch) | |
| tree | b371b76b217f1cba353936f52396ce9a24ef3859 /sys/dev/fdc/fdc.c | |
| parent | e3b525a006f661532bf0b4e1190f915df89cb413 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc/fdc.c')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 2 |
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. */ |
