Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds
till timeout.
This commit is contained in:
parent
e3b525a006
commit
83edbfa5ff
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user