Re: [git patches] ide update
From: Nish Aravamudan <hidden>
Date: 2005-08-18 22:19:43
Also in:
lkml
From: Nish Aravamudan <hidden>
Date: 2005-08-18 22:19:43
Also in:
lkml
On 8/18/05, Linus Torvalds [off-list ref] wrote:
On Thu, 18 Aug 2005, Bartlomiej Zolnierkiewicz wrote:quoted
3 obvious fixes + support for 2 new controllers (just new PCI IDs).Btw, things like this: +#define IDEFLOPPY_TICKS_DELAY HZ/20 /* default delay for ZIP 100 (50ms) */ are just bugs waiting to happen.
<snip> Shouldn't this be msecs_to_jiffies(50) to avoid the rounding issues I mentioned on LKML a bit ago? Thanks, Nish