diff options
author | joerg <joerg@FreeBSD.org> | 2001-07-09 20:53:19 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-07-09 20:53:19 +0000 |
commit | 4850d29c4908bbb1d81fb72a4b76672a30639d86 (patch) | |
tree | b371b76b217f1cba353936f52396ce9a24ef3859 /sys | |
parent | f5775f98cb6aa84680d088f65af424c2e02e9279 (diff) | |
download | FreeBSD-src-4850d29c4908bbb1d81fb72a4b76672a30639d86.zip FreeBSD-src-4850d29c4908bbb1d81fb72a4b76672a30639d86.tar.gz |
Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds
till timeout.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/fdc/fdc.c | 2 | ||||
-rw-r--r-- | sys/isa/fd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 8a09707..d450278 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. */ diff --git a/sys/isa/fd.c b/sys/isa/fd.c index 8a09707..d450278 100644 --- a/sys/isa/fd.c +++ b/sys/isa/fd.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. */ |