[866] in linux-scsi channel archive
Re: Initialisation delay
daemon@ATHENA.MIT.EDU (Leonard N. Zubkoff)
Sat Nov 2 14:11:10 1996
Date: Sat, 2 Nov 1996 11:06:53 -0800
From: "Leonard N. Zubkoff" <lnz@dandelion.com>
To: pjb27@cam.ac.uk
CC: linux-scsi@vger.rutgers.edu
In-reply-to: <Pine.SOL.3.95.961102151446.7445A-100000@hammer.thor.cam.ac.uk>
(message from Philip Blundell on Sat, 2 Nov 1996 15:15:42 +0000 (GMT))
Date: Sat, 2 Nov 1996 15:15:42 +0000 (GMT)
From: Philip Blundell <pjb27@cam.ac.uk>
This patch seems to be necessary to allow my machine (with an AM53C974
card) to initialise properly. Without it, my Syquest drive gets confused
and locks up the SCSI bus when the kernel starts looking for devices.
It sounds like the AM53C974 driver is resetting the bus but not allowing any
Bus Settle Time. The drivers generally take care of this, since they often
have something to do after the bus settles. Please try adding a delay to
AM53C974_init which I see doesn't have one, and contact the driver author.
Leonard