From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nish Aravamudan Subject: Re: [git patches] ide update Date: Thu, 18 Aug 2005 15:19:39 -0700 Message-ID: <29495f1d050818151959d2bfa7@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from zproxy.gmail.com ([64.233.162.192]:20713 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S932496AbVHRWTl convert rfc822-to-8bit (ORCPT ); Thu, 18 Aug 2005 18:19:41 -0400 Received: by zproxy.gmail.com with SMTP id r28so358621nza for ; Thu, 18 Aug 2005 15:19:39 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Linus Torvalds Cc: Bartlomiej Zolnierkiewicz , linux-ide@vger.kernel.org, Linux Kernel Mailing List On 8/18/05, Linus Torvalds wrote: > > > On Thu, 18 Aug 2005, Bartlomiej Zolnierkiewicz wrote: > > > > 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. Shouldn't this be msecs_to_jiffies(50) to avoid the rounding issues I mentioned on LKML a bit ago? Thanks, Nish