[3972] in linux-scsi channel archive
Re: 2.1.103 spin loop in aha1542, jiffies not being incremented
daemon@ATHENA.MIT.EDU (MOLNAR Ingo)
Fri May 22 22:03:29 1998
Date: Sat, 23 May 1998 02:54:12 +0200 (CEST)
From: MOLNAR Ingo <mingo@chiara.csoma.elte.hu>
To: Keith Owens <kaos@ocs.com.au>
cc: linux-kernel@vger.rutgers.edu, linux-scsi@vger.rutgers.edu
In-Reply-To: <19980522221908.16098.qmail@mail.ocs.com.au>
On Sat, 23 May 1998, Keith Owens wrote:
> With ncr53c8xx first, it spins in aha1542_test_port, on the two lines
>
> i = jiffies + 2;
> while (i>jiffies);
does it fix the bug if try this one?:
udelay(2*10*1000);
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu