lkml.org 
[lkml]   [2002]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.5.7 pre-UDMA PIIX bug
On Fri, 29 Mar 2002, Martin Dalecki wrote:

> > 333 T = 1000000000 / piix_clock;
> > 334 UT = T / umul;
>
> I think that it should be just sufficient to add the
> following test just in front of the offending calculartion.
>
> if (umul == 0)
> ++umul;

- 334 UT = T / umul;
+ 334 UT = T / (umul || 1);

--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.092 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site