[864] in linux-scsi channel archive
Initialisation delay
daemon@ATHENA.MIT.EDU (Philip Blundell)
Sat Nov 2 10:19:52 1996
Date: Sat, 2 Nov 1996 15:15:42 +0000 (GMT)
From: Philip Blundell <pjb27@cam.ac.uk>
To: linux-scsi@vger.rutgers.edu
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.
phil
--- linux/drivers/scsi/scsi.c Wed Oct 30 01:11:51 1996
+++ linux/drivers/scsi/scsi.c Wed Oct 30 16:04:02 1996
@@ -431,6 +432,7 @@
SCpnt->prev = NULL;
shpnt->host_queue = SCpnt;
+ __delay(loops_per_sec/2);
if (hardcoded == 1) {
Scsi_Device *oldSDpnt=SDpnt;